Home
last modified time | relevance | path

Searched refs:__REG (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h15 # define __REG(x) (*((volatile u32 *)IO_ADDRESS(x))) macro
16 # define __REG2(x,y) (*(volatile u32 *)((u32)&__REG(x) + (y)))
18 # define __REG(x) (x) macro
60 #define WCR __REG(IMX_WDT_BASE + 0x00) /* Watchdog Control Register */
61 #define WSR __REG(IMX_WDT_BASE + 0x04) /* Watchdog Service Register */
62 #define WSTR __REG(IMX_WDT_BASE + 0x08) /* Watchdog Status Register */
65 #define SIDR __REG(IMX_SYSCTRL_BASE + 0x4) /* Silicon ID Register */
66 #define FMCR __REG(IMX_SYSCTRL_BASE + 0x8) /* Function Multiplex Control Register */
67 #define GPCR __REG(IMX_SYSCTRL_BASE + 0xC) /* Function Multiplex Control Register */
70 #define CS0U __REG(IMX_EIM_BASE) /* Chip Select 0 Upper Register */
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c15 #define GPTCR __REG(TIMER_BASE) /* Control register */
16 #define GPTPR __REG(TIMER_BASE + 0x4) /* Prescaler register */
17 #define GPTSR __REG(TIMER_BASE + 0x8) /* Status register */
18 #define GPTCNT __REG(TIMER_BASE + 0x24) /* Counter register */
H A Ddevices.c49 __REG(CCM_CGR2) = __REG(CCM_CGR2) | (3 << 4); in mx31_spi2_hw_init()
/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Dmx31ads.c63 __REG(CCM_CGR2) = __REG(CCM_CGR2) | (3 << 4); in board_early_init_f()
/rk3399_rockchip-uboot/board/imx31_phycore/
H A Dimx31_phycore.c111 __REG(CCM_CGR2) = __REG(CCM_CGR2) | (3 << 2); in board_late_init()
/rk3399_rockchip-uboot/drivers/video/
H A Dmx3fb.c723 __REG(CCM_CGR1) = __REG(CCM_CGR1) | (3 << 22); in ll_disp3_enable()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h297 #define __REG(x) (*((volatile u32 *)(x))) macro
/rk3399_rockchip-uboot/doc/
H A DREADME.arm-relocation161 192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY);
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h535 #define __REG(x) (*((volatile u32 *)(x))) macro