Lines Matching refs:IMX_GPIO_NR
67 .gp = IMX_GPIO_NR(5, 27)
72 .gp = IMX_GPIO_NR(5, 26)
80 .gp = IMX_GPIO_NR(1, 3)
85 .gp = IMX_GPIO_NR(7, 11)
187 gpio_direction_output(IMX_GPIO_NR(3, 23), 0); in setup_iomux_enet()
188 gpio_direction_output(IMX_GPIO_NR(6, 30), 1); in setup_iomux_enet()
189 gpio_direction_output(IMX_GPIO_NR(6, 25), 1); in setup_iomux_enet()
190 gpio_direction_output(IMX_GPIO_NR(6, 27), 1); in setup_iomux_enet()
191 gpio_direction_output(IMX_GPIO_NR(6, 28), 1); in setup_iomux_enet()
192 gpio_direction_output(IMX_GPIO_NR(6, 29), 1); in setup_iomux_enet()
194 gpio_direction_output(IMX_GPIO_NR(6, 24), 1); in setup_iomux_enet()
198 gpio_set_value(IMX_GPIO_NR(3, 23), 1); in setup_iomux_enet()
228 gpio_direction_input(IMX_GPIO_NR(7, 0)); in board_mmc_getcd()
229 return !gpio_get_value(IMX_GPIO_NR(7, 0)); in board_mmc_getcd()