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()
314 #define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0)
315 #define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1)
370 #define USB_RESET_B IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)
374 #define OTG_EN_B IOMUX_TO_GPIO(MX31_PIN_USB_OC)
375 #define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6)
446 .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0),
449 .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0),
452 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRX0),
455 .gpio = IOMUX_TO_GPIO(MX31_PIN_SIMPD0),
543 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3), "pmic-irq"); in mx31moboard_init()
544 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31moboard_init()
546 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31moboard_init()