Lines Matching refs:IOMUX_TO_GPIO
135 #define OTG_RESET IOMUX_TO_GPIO(MX31_PIN_STXD4)
136 #define USBH2_RESET IOMUX_TO_GPIO(MX31_PIN_SCK6)
137 #define USBH2_CS IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)
258 #define ARMADILLO5X0_RTC_GPIO IOMUX_TO_GPIO(MX31_PIN_SRXD4)
268 .gpio = IOMUX_TO_GPIO(MX31_PIN_SCLK0),
274 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRST0),
382 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_ATA_RESET_B)); in armadillo5x0_sdhc1_get_ro()
391 gpio_det = IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK); in armadillo5x0_sdhc1_init()
392 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_ATA_RESET_B); in armadillo5x0_sdhc1_init()
407 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK)), in armadillo5x0_sdhc1_init()
428 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK)), data); in armadillo5x0_sdhc1_exit()
429 gpio_free(IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK)); in armadillo5x0_sdhc1_exit()
430 gpio_free(IOMUX_TO_GPIO(MX31_PIN_ATA_RESET_B)); in armadillo5x0_sdhc1_exit()
523 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)); in armadillo5x0_late()
525 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)); in armadillo5x0_late()