Lines Matching refs:IMX_GPIO_NR
71 .gp = IMX_GPIO_NR(5, 27)
76 .gp = IMX_GPIO_NR(5, 26)
84 .gp = IMX_GPIO_NR(1, 3)
89 .gp = IMX_GPIO_NR(7, 11)
191 gpio_direction_output(IMX_GPIO_NR(3, 23), 0); in setup_iomux_enet()
192 gpio_direction_output(IMX_GPIO_NR(6, 30), 1); in setup_iomux_enet()
193 gpio_direction_output(IMX_GPIO_NR(6, 25), 1); in setup_iomux_enet()
194 gpio_direction_output(IMX_GPIO_NR(6, 27), 1); in setup_iomux_enet()
195 gpio_direction_output(IMX_GPIO_NR(6, 28), 1); in setup_iomux_enet()
196 gpio_direction_output(IMX_GPIO_NR(6, 29), 1); in setup_iomux_enet()
198 gpio_direction_output(IMX_GPIO_NR(6, 24), 1); in setup_iomux_enet()
202 gpio_set_value(IMX_GPIO_NR(3, 23), 1); in setup_iomux_enet()
232 gpio_direction_input(IMX_GPIO_NR(7, 0)); in board_mmc_getcd()
233 return !gpio_get_value(IMX_GPIO_NR(7, 0)); in board_mmc_getcd()