Lines Matching refs:IMX_GPIO_NR
68 .gp = IMX_GPIO_NR(5, 27)
73 .gp = IMX_GPIO_NR(5, 26)
81 .gp = IMX_GPIO_NR(1, 3)
86 .gp = IMX_GPIO_NR(7, 11)
188 gpio_direction_output(IMX_GPIO_NR(3, 23), 0); in setup_iomux_enet()
189 gpio_direction_output(IMX_GPIO_NR(6, 30), 1); in setup_iomux_enet()
190 gpio_direction_output(IMX_GPIO_NR(6, 25), 1); in setup_iomux_enet()
191 gpio_direction_output(IMX_GPIO_NR(6, 27), 1); in setup_iomux_enet()
192 gpio_direction_output(IMX_GPIO_NR(6, 28), 1); in setup_iomux_enet()
193 gpio_direction_output(IMX_GPIO_NR(6, 29), 1); in setup_iomux_enet()
195 gpio_direction_output(IMX_GPIO_NR(6, 24), 1); in setup_iomux_enet()
199 gpio_set_value(IMX_GPIO_NR(3, 23), 1); in setup_iomux_enet()
229 gpio_direction_input(IMX_GPIO_NR(7, 0)); in board_mmc_getcd()
230 return !gpio_get_value(IMX_GPIO_NR(7, 0)); in board_mmc_getcd()