Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h51 #define IMX_GPIO_BASE (0x1C000 + IMX_IO_BASE) macro
111 #define DDIR(x) __REG2(IMX_GPIO_BASE + 0x00, ((x) & 3) << 8)
112 #define OCR1(x) __REG2(IMX_GPIO_BASE + 0x04, ((x) & 3) << 8)
113 #define OCR2(x) __REG2(IMX_GPIO_BASE + 0x08, ((x) & 3) << 8)
114 #define ICONFA1(x) __REG2(IMX_GPIO_BASE + 0x0c, ((x) & 3) << 8)
115 #define ICONFA2(x) __REG2(IMX_GPIO_BASE + 0x10, ((x) & 3) << 8)
116 #define ICONFB1(x) __REG2(IMX_GPIO_BASE + 0x14, ((x) & 3) << 8)
117 #define ICONFB2(x) __REG2(IMX_GPIO_BASE + 0x18, ((x) & 3) << 8)
118 #define DR(x) __REG2(IMX_GPIO_BASE + 0x1c, ((x) & 3) << 8)
119 #define GIUS(x) __REG2(IMX_GPIO_BASE + 0x20, ((x) & 3) << 8)
[all …]
/openbmc/u-boot/board/armadeus/apf27/
H A Dapf27.c65 struct gpio_port_regs *regs = (struct gpio_port_regs *)IMX_GPIO_BASE; in apf27_port_init()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c207 struct gpio_port_regs *regs = (struct gpio_port_regs *)IMX_GPIO_BASE; in imx_gpio_mode()
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/
H A Dimx-regs.h187 #define IMX_GPIO_BASE (0x15000 + IMX_IO_BASE) macro