mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
mpu: update CPG definition
We should also rename FRQCRA to FRQCR.
This commit is contained in:
parent
a3ce29b7b8
commit
b10c065abe
1 changed files with 6 additions and 1 deletions
|
@ -94,7 +94,9 @@ typedef volatile struct
|
|||
uint32_t CKOFF :1; /* CKO Output Stop */
|
||||
uint32_t :1;
|
||||
);
|
||||
pad(0x14);
|
||||
|
||||
uint32_t PLL2CR;
|
||||
pad(0x10);
|
||||
|
||||
lword_union(SPUCLKCR,
|
||||
uint32_t :23;
|
||||
|
@ -117,6 +119,9 @@ typedef volatile struct
|
|||
uint32_t :3;
|
||||
uint32_t FLF :11; /* FLL Multiplication Ratio */
|
||||
);
|
||||
pad(0x0c);
|
||||
|
||||
uint32_t LSTATS;
|
||||
|
||||
} GPACKED(4) sh7305_cpg_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue