Searched refs:GPIO_PORTC (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/arm/mach-imx/ |
D | iomux-mx27.h | 34 #define PC5_PF_I2C2_SDA (GPIO_PORTC | GPIO_PF | GPIO_IN | 5) 35 #define PC6_PF_I2C2_SCL (GPIO_PORTC | GPIO_PF | GPIO_IN | 6) 36 #define PC7_PF_USBOTG_DATA5 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 7) 37 #define PC8_PF_USBOTG_DATA6 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 8) 38 #define PC9_PF_USBOTG_DATA0 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 9) 39 #define PC10_PF_USBOTG_DATA2 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 10) 40 #define PC11_PF_USBOTG_DATA1 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 11) 41 #define PC12_PF_USBOTG_DATA4 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 12) 42 #define PC13_PF_USBOTG_DATA3 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 13) 43 #define PC16_PF_SSI4_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 16) [all …]
|
D | iomux-mx2x.h | 77 #define PC14_PF_TOUT (GPIO_PORTC | GPIO_PF | 14) 78 #define PC15_PF_TIN (GPIO_PORTC | GPIO_PF | 15) 79 #define PC20_PF_SSI1_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 20) 80 #define PC21_PF_SSI1_RXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 21) 81 #define PC22_PF_SSI1_TXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 22) 82 #define PC23_PF_SSI1_CLK (GPIO_PORTC | GPIO_PF | GPIO_IN | 23) 83 #define PC24_PF_SSI2_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 24) 84 #define PC25_PF_SSI2_RXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 25) 85 #define PC26_PF_SSI2_TXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 26) 86 #define PC27_PF_SSI2_CLK (GPIO_PORTC | GPIO_PF | GPIO_IN | 27) [all …]
|
D | iomux-mx21.h | 28 #define PC5_PF_USBOTG_SDA (GPIO_PORTC | GPIO_PF | 5) 29 #define PC6_PF_USBOTG_SCL (GPIO_PORTC | GPIO_PF | 6) 30 #define PC7_PF_USBOTG_ON (GPIO_PORTC | GPIO_PF | 7) 31 #define PC8_PF_USBOTG_FS (GPIO_PORTC | GPIO_PF | 8) 32 #define PC9_PF_USBOTG_OE (GPIO_PORTC | GPIO_PF | 9) 33 #define PC10_PF_USBOTG_TXDM (GPIO_PORTC | GPIO_PF | 10) 34 #define PC11_PF_USBOTG_TXDP (GPIO_PORTC | GPIO_PF | 11) 35 #define PC12_PF_USBOTG_RXDM (GPIO_PORTC | GPIO_PF | 12) 36 #define PC13_PF_USBOTG_RXDP (GPIO_PORTC | GPIO_PF | 13) 37 #define PC16_PF_SAP_FS (GPIO_PORTC | GPIO_PF | 16) [all …]
|
D | mach-pca100.c | 48 #define SD2_CD (GPIO_PORTC + 29) 152 GPIO_PORTC | 31 | GPIO_GPIO | GPIO_IN, /* GPIO0_IRQ */ 153 GPIO_PORTC | 25 | GPIO_GPIO | GPIO_IN, /* GPIO1_IRQ */ 213 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); in pca100_ac97_warm_reset() 214 gpio_set_value(GPIO_PORTC + 20, 1); in pca100_ac97_warm_reset() 216 gpio_set_value(GPIO_PORTC + 20, 0); in pca100_ac97_warm_reset() 223 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */ in pca100_ac97_cold_reset() 224 gpio_set_value(GPIO_PORTC + 20, 0); in pca100_ac97_cold_reset() 225 mxc_gpio_mode(GPIO_PORTC | 22 | GPIO_GPIO | GPIO_OUT); /* TX */ in pca100_ac97_cold_reset() 226 gpio_set_value(GPIO_PORTC + 22, 0); in pca100_ac97_cold_reset() [all …]
|
D | mach-imx27_visstrim_m10.c | 50 #define TVP5150_RSTN (GPIO_PORTC + 18) 51 #define TVP5150_PWDN (GPIO_PORTC + 19) 277 .gpio = (GPIO_PORTC + 15), 311 .gpio = (GPIO_PORTC + 29), 316 .gpio = (GPIO_PORTC + 24), 321 .gpio = (GPIO_PORTC + 28), 326 .gpio = (GPIO_PORTC + 25),
|
D | iomux-v3.h | 120 #define GPIO_PORTC (2 << GPIO_PORT_SHIFT) macro
|
D | iomux-v1.h | 55 #define GPIO_PORTC (2 << GPIO_PORT_SHIFT) macro
|