Go to the documentation of this file.
17 #define KS8695_SYS_OFFSET (0xF0000 + 0x0000)
18 #define KS8695_SYS_VA (KS8695_IO_VA + KS8695_SYS_OFFSET)
19 #define KS8695_SYS_PA (KS8695_IO_PA + KS8695_SYS_OFFSET)
22 #define KS8695_SYSCFG (0x00)
23 #define KS8695_CLKCON (0x04)
27 #define SYSCFG_SPRBP (0x3ff << 16)
30 #define CLKCON_SFMODE (1 << 8)
31 #define CLKCON_SCDC (7 << 0)