Lines Matching refs:IMX_GPIO_NR
36 #define GP_USB_OTG_PWR IMX_GPIO_NR(3, 22)
93 .gp = IMX_GPIO_NR(3, 21)
98 .gp = IMX_GPIO_NR(3, 28)
107 .gp = IMX_GPIO_NR(4, 12)
112 .gp = IMX_GPIO_NR(4, 13)
121 .gp = IMX_GPIO_NR(1, 5)
126 .gp = IMX_GPIO_NR(7, 11)
212 #define WL12XX_WL_IRQ_GP IMX_GPIO_NR(6, 14)
213 #define WL12XX_WL_ENABLE_GP IMX_GPIO_NR(6, 15)
214 #define WL12XX_BT_ENABLE_GP IMX_GPIO_NR(6, 16)
234 gpio_direction_output(IMX_GPIO_NR(3, 23), 0); /* SABRE Lite PHY rst */ in setup_iomux_enet()
235 gpio_direction_output(IMX_GPIO_NR(1, 27), 0); /* Nitrogen6X PHY rst */ in setup_iomux_enet()
236 gpio_direction_output(IMX_GPIO_NR(6, 30), 1); in setup_iomux_enet()
237 gpio_direction_output(IMX_GPIO_NR(6, 25), 1); in setup_iomux_enet()
238 gpio_direction_output(IMX_GPIO_NR(6, 27), 1); in setup_iomux_enet()
239 gpio_direction_output(IMX_GPIO_NR(6, 28), 1); in setup_iomux_enet()
240 gpio_direction_output(IMX_GPIO_NR(6, 29), 1); in setup_iomux_enet()
242 gpio_direction_output(IMX_GPIO_NR(6, 24), 1); in setup_iomux_enet()
246 gpio_set_value(IMX_GPIO_NR(3, 23), 1); /* SABRE Lite PHY reset */ in setup_iomux_enet()
247 gpio_set_value(IMX_GPIO_NR(1, 27), 1); /* Nitrogen6X PHY reset */ in setup_iomux_enet()
269 gpio_direction_output(IMX_GPIO_NR(7, 12), 0); in board_ehci_hcd_init()
271 gpio_set_value(IMX_GPIO_NR(7, 12), 1); in board_ehci_hcd_init()
295 int gp_cd = (cfg->esdhc_base == USDHC3_BASE_ADDR) ? IMX_GPIO_NR(7, 0) : in board_mmc_getcd()
296 IMX_GPIO_NR(2, 6); in board_mmc_getcd()
342 return (bus == 0 && cs == 0) ? (IMX_GPIO_NR(3, 19)) : -1; in board_spi_cs_gpio()
426 #define RGB_BACKLIGHT_GP IMX_GPIO_NR(1, 21)
430 #define LVDS_BACKLIGHT_GP IMX_GPIO_NR(1, 18)
832 #define WL12XX_WL_IRQ_GP IMX_GPIO_NR(6, 14)
836 IMX_GPIO_NR(6, 15), /* disable wireless */
837 IMX_GPIO_NR(6, 16), /* disable bluetooth */
838 IMX_GPIO_NR(3, 22), /* disable USB otg power */
839 IMX_GPIO_NR(2, 5), /* ov5640 mipi camera reset */
840 IMX_GPIO_NR(1, 8), /* ov5642 reset */
844 IMX_GPIO_NR(1, 6), /* ov5642 powerdown */
845 IMX_GPIO_NR(6, 9), /* ov5640 mipi camera power down */
929 {"back", IMX_GPIO_NR(2, 2), 'B'},
930 {"home", IMX_GPIO_NR(2, 4), 'H'},
931 {"menu", IMX_GPIO_NR(2, 1), 'M'},
932 {"search", IMX_GPIO_NR(2, 3), 'S'},
933 {"volup", IMX_GPIO_NR(7, 13), 'V'},
934 {"voldown", IMX_GPIO_NR(4, 5), 'v'},