Searched refs:IOMUX_TO_GPIO (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/arm/mach-imx/ |
D | mx31moboard-marxbot.c | 56 #define SDHC2_CD IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR) 57 #define SDHC2_WP IOMUX_TO_GPIO(MX31_PIN_ATA_DIOW) 109 #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_STXD5) 110 #define DSPICS_RST_B IOMUX_TO_GPIO(MX31_PIN_SRXD5) 134 #define SEL0 IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) 135 #define SEL1 IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) 136 #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) 137 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) 184 #define USBH1_VBUSEN_B IOMUX_TO_GPIO(MX31_PIN_NFRE_B) 185 #define USBH1_MODE IOMUX_TO_GPIO(MX31_PIN_NFALE) [all …]
|
D | mach-qong.c | 95 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)); in qong_init_dnet() 97 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)); in qong_init_dnet() 150 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_NFRB)); in qong_nand_device_ready() 156 gpio_set_value(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), 0); in qong_nand_select_chip() 158 gpio_set_value(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), 1); in qong_nand_select_chip() 201 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), "nand_enable")) in qong_init_nand_mtd() 202 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_NFCE_B), 0); in qong_init_nand_mtd() 206 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_NFRB), "nand_rdy")) in qong_init_nand_mtd() 207 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_NFRB)); in qong_init_nand_mtd() 211 if (!gpio_request(IOMUX_TO_GPIO(MX31_PIN_NFWP_B), "nand_wp")) in qong_init_nand_mtd() [all …]
|
D | mx31lite-db.c | 66 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_GPIO1_6)); in mxc_mmc1_get_ro() 74 gpio_det = IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1); in mxc_mmc1_init() 75 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_GPIO1_6); in mxc_mmc1_init() 100 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)), in mxc_mmc1_init() 122 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)), data); in mxc_mmc1_exit() 136 .gpio = IOMUX_TO_GPIO(MX31_PIN_COMPARE), 142 .gpio = IOMUX_TO_GPIO(MX31_PIN_CAPTURE),
|
D | mach-kzm_arm11_01.c | 115 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1), "ext-uart-int"); in kzm_init_ext_uart() 116 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 126 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 128 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 130 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)); in kzm_init_ext_uart() 185 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2), "smsc9118-int"); in kzm_init_smsc9118() 186 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2)); in kzm_init_smsc9118() 191 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2)); in kzm_init_smsc9118() 193 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2)); in kzm_init_smsc9118()
|
D | mach-armadillo5x0.c | 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() [all …]
|
D | mach-mx31moboard.c | 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), [all …]
|
D | mx31moboard-devboard.c | 57 #define SDHC2_CD IOMUX_TO_GPIO(MX31_PIN_ATA_DIOR) 58 #define SDHC2_WP IOMUX_TO_GPIO(MX31_PIN_ATA_DIOW) 110 #define SEL0 IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) 111 #define SEL1 IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) 112 #define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) 113 #define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1) 159 #define USBH1_VBUSEN_B IOMUX_TO_GPIO(MX31_PIN_NFRE_B) 160 #define USBH1_MODE IOMUX_TO_GPIO(MX31_PIN_NFALE)
|
D | mach-mx31lite.c | 184 gpio_request(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), "USBH2 CS"); in usbh2_init() 185 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), 0); in usbh2_init() 276 mc13783_spi_dev.irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31lite_late() 286 ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq"); in mx31lite_late() 290 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in mx31lite_late() 292 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in mx31lite_late() 294 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in mx31lite_late()
|
D | mach-pcm037.c | 284 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_SFS6)); in pcm970_sdhc1_get_ro() 288 #define SDHC1_GPIO_WP IOMUX_TO_GPIO(MX31_PIN_SFS6) 289 #define SDHC1_GPIO_DET IOMUX_TO_GPIO(MX31_PIN_SCK6) 309 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SCK6)), detect_irq, in pcm970_sdhc1_init() 328 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_SCK6)), data); in pcm970_sdhc1_exit() 561 ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1), "lan9217-irq"); in pcm037_init_late() 563 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)); in pcm037_init_late() 565 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)); in pcm037_init_late() 567 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)); in pcm037_init_late() 576 gpio_to_irq(IOMUX_TO_GPIO(IOMUX_PIN(48, 105))); in pcm037_init_late() [all …]
|
D | mx31lilly-db.c | 81 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_LCS0)); in mxc_mmc1_get_ro() 94 gpio_det = IOMUX_TO_GPIO(MX31_PIN_GPIO1_1); in mxc_mmc1_init() 95 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_LCS0); in mxc_mmc1_init() 115 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)), in mxc_mmc1_init() 136 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1)), data); in mxc_mmc1_exit()
|
D | mx31moboard-smartbot.c | 81 #define POWER_EN IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) 82 #define DSPIC_RST_B IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1) 83 #define TRSLAT_RST_B IOMUX_TO_GPIO(MX31_PIN_RI_DCE1) 84 #define TRSLAT_SRC_CHOICE IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)
|
D | mach-mx31_3ds.c | 173 .reset_gpio = IOMUX_TO_GPIO(MX31_PIN_LCS1), 174 .data_enable_gpio = IOMUX_TO_GPIO(MX31_PIN_SER_RS), 180 #define MX31_3DS_GPIO_SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_GPIO3_1) 181 #define MX31_3DS_GPIO_SDHC1_BE IOMUX_TO_GPIO(MX31_PIN_GPIO3_0) 201 ret = request_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)), in mx31_3ds_sdhc1_init() 220 free_irq(gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1)), data); in mx31_3ds_sdhc1_exit() 422 #define USBOTG_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_PWR) 423 #define USBH2_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_BYP) 578 mx31_3ds_spi_devs[0].irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31_3ds_late() 597 if (mxc_expio_init(MX31_CS5_BASE_ADDR, IOMUX_TO_GPIO(MX31_PIN_GPIO1_1))) in mx31_3ds_late()
|
D | mach-mx31lilly.c | 199 gpio_request(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), "USBH2 CS"); in usbh2_init() 200 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1), 0); in usbh2_init() 304 mc13783_dev.irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mx31lilly_late_init() 308 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)); in mx31lilly_late_init() 310 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)); in mx31lilly_late_init()
|
D | mach-mx31ads.c | 243 irq = gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_4)); in mx31ads_init_expio() 514 gpio_to_irq(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3)); in mxc_init_i2c()
|
D | iomux-mx3.h | 161 #define IOMUX_TO_GPIO(iomux_pin) \ macro
|