Home
last modified time | relevance | path

Searched refs:CCM_BASE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h539 #define CCM_BASE 0x53f80000 macro
540 #define CCM_CCMR (CCM_BASE + 0x00)
541 #define CCM_PDR0 (CCM_BASE + 0x04)
542 #define CCM_PDR1 (CCM_BASE + 0x08)
543 #define CCM_RCSR (CCM_BASE + 0x0c)
544 #define CCM_MPCTL (CCM_BASE + 0x10)
545 #define CCM_UPCTL (CCM_BASE + 0x14)
546 #define CCM_SPCTL (CCM_BASE + 0x18)
547 #define CCM_COSR (CCM_BASE + 0x1C)
548 #define CCM_CGR0 (CCM_BASE + 0x20)
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-mxc.c217 (struct clock_control_regs *)CCM_BASE; in ehci_hcd_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c187 (struct clock_control_regs *)CCM_BASE; in get_reset_cause()
/OK3568_Linux_fs/u-boot/board/freescale/mx31ads/
H A Dlowlevel_init.S213 ldr r0, =CCM_BASE
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmxc_i2c.c145 (struct clock_control_regs *)CCM_BASE; in i2c_imx_get_clk()