Lines Matching refs:IMX_GPIO_NR
64 #define ETH_PHY_RESET IMX_GPIO_NR(2, 4)
139 gpio_direction_input(IMX_GPIO_NR(4, 9)); in setup_iomux_enet()
140 gpio_direction_input(IMX_GPIO_NR(4, 12)); in setup_iomux_enet()
188 ? (IMX_GPIO_NR(3, 20)) : -1; in board_spi_cs_gpio()
194 gpio_request(IMX_GPIO_NR(5, 17), "spi_cs0"); in setup_spi()
195 gpio_request(IMX_GPIO_NR(5, 9), "spi_cs1"); in setup_spi()
196 gpio_direction_output(IMX_GPIO_NR(5, 17), 1); in setup_spi()
197 gpio_direction_output(IMX_GPIO_NR(5, 9), 1); in setup_spi()
201 gpio_request(IMX_GPIO_NR(3, 20), "spi4_cs0"); in setup_spi()
202 gpio_direction_output(IMX_GPIO_NR(3, 20), 1); in setup_spi()
213 .gp = IMX_GPIO_NR(2, 30)
218 .gp = IMX_GPIO_NR(4, 13)
226 .gp = IMX_GPIO_NR(1, 5)
231 .gp = IMX_GPIO_NR(7, 11)
264 #define USDHC2_CD_GPIO IMX_GPIO_NR(1, 4)