Lines Matching refs:IMX_GPIO_NR
70 #define ETH_PHY_RESET IMX_GPIO_NR(2, 4)
145 gpio_direction_input(IMX_GPIO_NR(4, 9)); in setup_iomux_enet()
146 gpio_direction_input(IMX_GPIO_NR(4, 12)); in setup_iomux_enet()
194 ? (IMX_GPIO_NR(3, 20)) : -1; in board_spi_cs_gpio()
200 gpio_request(IMX_GPIO_NR(5, 17), "spi_cs0"); in setup_spi()
201 gpio_request(IMX_GPIO_NR(5, 9), "spi_cs1"); in setup_spi()
202 gpio_direction_output(IMX_GPIO_NR(5, 17), 1); in setup_spi()
203 gpio_direction_output(IMX_GPIO_NR(5, 9), 1); in setup_spi()
207 gpio_request(IMX_GPIO_NR(3, 20), "spi4_cs0"); in setup_spi()
208 gpio_direction_output(IMX_GPIO_NR(3, 20), 1); in setup_spi()
219 .gp = IMX_GPIO_NR(2, 30)
224 .gp = IMX_GPIO_NR(4, 13)
232 .gp = IMX_GPIO_NR(1, 5)
237 .gp = IMX_GPIO_NR(7, 11)
270 #define USDHC2_CD_GPIO IMX_GPIO_NR(1, 4)