Searched refs:IOMUX_TO_GPIO (Results 1 – 15 of 15) sorted by relevance
/arch/arm/mach-imx/ |
D | mx31moboard-marxbot.c | 47 #define SDHC2_CD IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR) 48 #define SDHC2_WP IOMUX_TO_GPIO(MX31_PIN_ATA_DIOW) 100 #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_STXD5) 101 #define DSPICS_RST_B IOMUX_TO_GPIO(MX31_PIN_SRXD5) 125 #define SEL0 IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) 126 #define SEL1 IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) 127 #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) 128 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) 175 #define USBH1_VBUSEN_B IOMUX_TO_GPIO(MX31_PIN_NFRE_B) 176 #define USBH1_MODE IOMUX_TO_GPIO(MX31_PIN_NFALE) [all …]
|
D | mach-qong.c | 86 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)); in qong_init_dnet() 88 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)); in qong_init_dnet() 140 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_NFRB)); in qong_nand_device_ready() 146 gpio_set_value(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), 0); in qong_nand_select_chip() 148 gpio_set_value(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), 1); in qong_nand_select_chip() 191 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), "nand_enable")) in qong_init_nand_mtd() 192 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), 0); in qong_init_nand_mtd() 196 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_NFRB), "nand_rdy")) in qong_init_nand_mtd() 197 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_NFRB)); in qong_init_nand_mtd() 201 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_NFWP_B), "nand_wp")) in qong_init_nand_mtd() [all …]
|
D | mx31lite-db.c | 57 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_GPIO1_6)); in mxc_mmc1_get_ro() 65 gpio_det = IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1); in mxc_mmc1_init() 66 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_GPIO1_6); in mxc_mmc1_init() 91 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)), in mxc_mmc1_init() 113 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)), data); in mxc_mmc1_exit() 127 .gpio = IOMUX_TO_GPIO(MX31_PIN_COMPARE), 133 .gpio = IOMUX_TO_GPIO(MX31_PIN_CAPTURE),
|
D | mach-kzm_arm11_01.c | 106 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1), "ext-uart-int"); in kzm_init_ext_uart() 107 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 117 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 119 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 121 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 176 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2), "smsc9118-int"); in kzm_init_smsc9118() 177 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2)); in kzm_init_smsc9118() 182 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2)); in kzm_init_smsc9118() 184 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2)); in kzm_init_smsc9118()
|
D | mach-armadillo5x0.c | 121 #define OTG_RESET IOMUX_TO_GPIO(MX31_PIN_STXD4) 122 #define USBH2_RESET IOMUX_TO_GPIO(MX31_PIN_SCK6) 123 #define USBH2_CS IOMUX_TO_GPIO(MX31_PIN_GPIO1_3) 244 #define ARMADILLO5X0_RTC_GPIO IOMUX_TO_GPIO(MX31_PIN_SRXD4) 254 .gpio = IOMUX_TO_GPIO(MX31_PIN_SCLK0), 260 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRST0), 368 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_ATA_RESET_B)); in armadillo5x0_sdhc1_get_ro() 377 gpio_det = IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK); in armadillo5x0_sdhc1_init() 378 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_ATA_RESET_B); in armadillo5x0_sdhc1_init() 393 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK)), in armadillo5x0_sdhc1_init() [all …]
|
D | mx31moboard-devboard.c | 48 #define SDHC2_CD IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR) 49 #define SDHC2_WP IOMUX_TO_GPIO(MX31_PIN_ATA_DIOW) 101 #define SEL0 IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) 102 #define SEL1 IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) 103 #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) 104 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) 150 #define USBH1_VBUSEN_B IOMUX_TO_GPIO(MX31_PIN_NFRE_B) 151 #define USBH1_MODE IOMUX_TO_GPIO(MX31_PIN_NFALE)
|
D | mach-mx31moboard.c | 125 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack")) { in moboard_uart0_init() 126 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CTS1), 0); in moboard_uart0_init() 127 gpio_free(IOMUX_TO_GPIO(MX31_PIN_CTS1)); in moboard_uart0_init() 294 #define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0) 295 #define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1) 350 #define USB_RESET_B IOMUX_TO_GPIO(MX31_PIN_GPIO1_0) 354 #define OTG_EN_B IOMUX_TO_GPIO(MX31_PIN_USB_OC) 355 #define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6) 426 .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0), 429 .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0), [all …]
|
D | mach-mx31lite.c | 175 gpio_request(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), "USBH2 CS"); in usbh2_init() 176 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), 0); in usbh2_init() 267 mc13783_spi_dev.irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31lite_late() 277 ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq"); in mx31lite_late() 281 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in mx31lite_late() 283 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in mx31lite_late() 285 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in mx31lite_late()
|
D | mx31lilly-db.c | 72 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_LCS0)); in mxc_mmc1_get_ro() 85 gpio_det = IOMUX_TO_GPIO(MX31_PIN_GPIO1_1); in mxc_mmc1_init() 86 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_LCS0); in mxc_mmc1_init() 106 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)), in mxc_mmc1_init() 127 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)), data); in mxc_mmc1_exit()
|
D | mx31moboard-smartbot.c | 72 #define POWER_EN IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) 73 #define DSPIC_RST_B IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) 74 #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) 75 #define TRSLAT_SRC_CHOICE IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)
|
D | mach-pcm037.c | 275 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in pcm970_sdhc1_get_ro() 279 #define SDHC1_GPIO_WP IOMUX_TO_GPIO(MX31_PIN_SFS6) 280 #define SDHC1_GPIO_DET IOMUX_TO_GPIO(MX31_PIN_SCK6) 300 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SCK6)), detect_irq, in pcm970_sdhc1_init() 319 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SCK6)), data); in pcm970_sdhc1_exit() 552 ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1), "lan9217-irq"); in pcm037_init_late() 554 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)); in pcm037_init_late() 556 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)); in pcm037_init_late() 558 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)); in pcm037_init_late() 567 gpio_to_irq(IOMUX_TO_GPIO(IOMUX_PIN(48, 105))); in pcm037_init_late() [all …]
|
D | mach-mx31_3ds.c | 164 .reset_gpio = IOMUX_TO_GPIO(MX31_PIN_LCS1), 165 .data_enable_gpio = IOMUX_TO_GPIO(MX31_PIN_SER_RS), 171 #define MX31_3DS_GPIO_SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_GPIO3_1) 172 #define MX31_3DS_GPIO_SDHC1_BE IOMUX_TO_GPIO(MX31_PIN_GPIO3_0) 192 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)), in mx31_3ds_sdhc1_init() 211 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)), data); in mx31_3ds_sdhc1_exit() 413 #define USBOTG_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_PWR) 414 #define USBH2_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_BYP) 569 mx31_3ds_spi_devs[0].irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31_3ds_late() 588 if (mxc_expio_init(MX31_CS5_BASE_ADDR, IOMUX_TO_GPIO(MX31_PIN_GPIO1_1))) in mx31_3ds_late()
|
D | mach-mx31lilly.c | 190 gpio_request(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), "USBH2 CS"); in usbh2_init() 191 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), 0); in usbh2_init() 295 mc13783_dev.irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31lilly_late_init() 299 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)); in mx31lilly_late_init() 301 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)); in mx31lilly_late_init()
|
D | mach-mx31ads.c | 234 irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_4)); in mx31ads_init_expio() 505 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mxc_init_i2c()
|
D | iomux-mx3.h | 148 #define IOMUX_TO_GPIO(iomux_pin) \ macro
|