Searched refs:GPR (Results 1 – 3 of 3) sorted by relevance
40 GPR(port) |= (1<<pin); in imx_gpio_mode()42 GPR(port) &= ~(1<<pin); in imx_gpio_mode()
15 - 32 32-bit General Purpose Registers (GPR).
125 #define GPR(x) __REG2(IMX_GPIO_BASE + 0x38, ((x) & 3) << 8) macro