Lines Matching refs:IMX_GPIO_NR

37 #define GP_USB_OTG_PWR	IMX_GPIO_NR(3, 22)
94 .gp = IMX_GPIO_NR(3, 21)
99 .gp = IMX_GPIO_NR(3, 28)
108 .gp = IMX_GPIO_NR(4, 12)
113 .gp = IMX_GPIO_NR(4, 13)
122 .gp = IMX_GPIO_NR(1, 5)
127 .gp = IMX_GPIO_NR(7, 11)
213 #define WL12XX_WL_IRQ_GP IMX_GPIO_NR(6, 14)
214 #define WL12XX_WL_ENABLE_GP IMX_GPIO_NR(6, 15)
215 #define WL12XX_BT_ENABLE_GP IMX_GPIO_NR(6, 16)
235 gpio_direction_output(IMX_GPIO_NR(3, 23), 0); /* SABRE Lite PHY rst */ in setup_iomux_enet()
236 gpio_direction_output(IMX_GPIO_NR(1, 27), 0); /* Nitrogen6X PHY rst */ in setup_iomux_enet()
237 gpio_direction_output(IMX_GPIO_NR(6, 30), 1); in setup_iomux_enet()
238 gpio_direction_output(IMX_GPIO_NR(6, 25), 1); in setup_iomux_enet()
239 gpio_direction_output(IMX_GPIO_NR(6, 27), 1); in setup_iomux_enet()
240 gpio_direction_output(IMX_GPIO_NR(6, 28), 1); in setup_iomux_enet()
241 gpio_direction_output(IMX_GPIO_NR(6, 29), 1); in setup_iomux_enet()
243 gpio_direction_output(IMX_GPIO_NR(6, 24), 1); in setup_iomux_enet()
247 gpio_set_value(IMX_GPIO_NR(3, 23), 1); /* SABRE Lite PHY reset */ in setup_iomux_enet()
248 gpio_set_value(IMX_GPIO_NR(1, 27), 1); /* Nitrogen6X PHY reset */ in setup_iomux_enet()
270 gpio_direction_output(IMX_GPIO_NR(7, 12), 0); in board_ehci_hcd_init()
272 gpio_set_value(IMX_GPIO_NR(7, 12), 1); in board_ehci_hcd_init()
296 int gp_cd = (cfg->esdhc_base == USDHC3_BASE_ADDR) ? IMX_GPIO_NR(7, 0) : in board_mmc_getcd()
297 IMX_GPIO_NR(2, 6); in board_mmc_getcd()
343 return (bus == 0 && cs == 0) ? (IMX_GPIO_NR(3, 19)) : -1; in board_spi_cs_gpio()
427 #define RGB_BACKLIGHT_GP IMX_GPIO_NR(1, 21)
431 #define LVDS_BACKLIGHT_GP IMX_GPIO_NR(1, 18)
833 #define WL12XX_WL_IRQ_GP IMX_GPIO_NR(6, 14)
837 IMX_GPIO_NR(6, 15), /* disable wireless */
838 IMX_GPIO_NR(6, 16), /* disable bluetooth */
839 IMX_GPIO_NR(3, 22), /* disable USB otg power */
840 IMX_GPIO_NR(2, 5), /* ov5640 mipi camera reset */
841 IMX_GPIO_NR(1, 8), /* ov5642 reset */
845 IMX_GPIO_NR(1, 6), /* ov5642 powerdown */
846 IMX_GPIO_NR(6, 9), /* ov5640 mipi camera power down */
930 {"back", IMX_GPIO_NR(2, 2), 'B'},
931 {"home", IMX_GPIO_NR(2, 4), 'H'},
932 {"menu", IMX_GPIO_NR(2, 1), 'M'},
933 {"search", IMX_GPIO_NR(2, 3), 'S'},
934 {"volup", IMX_GPIO_NR(7, 13), 'V'},
935 {"voldown", IMX_GPIO_NR(4, 5), 'v'},