Lines Matching refs:IOMUX_TO_GPIO
134 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack")) { in moboard_uart0_init()
135 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CTS1), 0); in moboard_uart0_init()
136 gpio_free(IOMUX_TO_GPIO(MX31_PIN_CTS1)); in moboard_uart0_init()
303 #define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0)
304 #define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1)
359 #define USB_RESET_B IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)
363 #define OTG_EN_B IOMUX_TO_GPIO(MX31_PIN_USB_OC)
364 #define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6)
435 .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0),
438 .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0),
441 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRX0),
444 .gpio = IOMUX_TO_GPIO(MX31_PIN_SIMPD0),
543 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3), "pmic-irq"); in mx31moboard_late()
544 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31moboard_late()
546 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31moboard_late()