Searched refs:GIUS (Results 1 – 3 of 3) sorted by relevance
45 GIUS(port) |= (1<<pin); in imx_gpio_mode()47 GIUS(port) &= ~(1<<pin); in imx_gpio_mode()
24 Registers: GIUS (GPIO In Use), GPR (General Purpose Register)
119 #define GIUS(x) __REG2(IMX_GPIO_BASE + 0x20, ((x) & 3) << 8) macro