Home
last modified time | relevance | path

Searched refs:CCM_CGR2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/
H A Ddevices.c49 __REG(CCM_CGR2) = __REG(CCM_CGR2) | (3 << 4); in mx31_spi2_hw_init()
/OK3568_Linux_fs/u-boot/board/freescale/mx31ads/
H A Dmx31ads.c63 __REG(CCM_CGR2) = __REG(CCM_CGR2) | (3 << 4); in board_early_init_f()
/OK3568_Linux_fs/u-boot/board/imx31_phycore/
H A Dimx31_phycore.c111 __REG(CCM_CGR2) = __REG(CCM_CGR2) | (3 << 2); in board_late_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h550 #define CCM_CGR2 (CCM_BASE + 0x28) macro