Searched refs:GPIO_PORTC (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/arch/arm/plat-mxc/include/mach/ |
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-mx1.h | 96 #define PC3_PF_SSI_RXFS (GPIO_PORTC | GPIO_PF | 3) 97 #define PC4_PF_SSI_RXCLK (GPIO_PORTC | GPIO_PF | 4) 98 #define PC5_PF_SSI_RXDAT (GPIO_PORTC | GPIO_PF | GPIO_IN | 5) 99 #define PC6_PF_SSI_TXDAT (GPIO_PORTC | GPIO_PF | GPIO_OUT | 6) 100 #define PC7_PF_SSI_TXFS (GPIO_PORTC | GPIO_PF | 7) 101 #define PC8_PF_SSI_TXCLK (GPIO_PORTC | GPIO_PF | 8) 102 #define PC9_PF_UART1_CTS (GPIO_PORTC | GPIO_PF | GPIO_OUT | 9) 103 #define PC10_PF_UART1_RTS (GPIO_PORTC | GPIO_PF | GPIO_IN | 10) 104 #define PC11_PF_UART1_TXD (GPIO_PORTC | GPIO_PF | GPIO_OUT | 11) 105 #define PC12_PF_UART1_RXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 12) [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 | 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
|
/linux-3.4.99/arch/arm/mach-imx/ |
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 */ 214 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); in pca100_ac97_warm_reset() 215 gpio_set_value(GPIO_PORTC + 20, 1); in pca100_ac97_warm_reset() 217 gpio_set_value(GPIO_PORTC + 20, 0); in pca100_ac97_warm_reset() 224 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */ in pca100_ac97_cold_reset() 225 gpio_set_value(GPIO_PORTC + 20, 0); in pca100_ac97_cold_reset() 226 mxc_gpio_mode(GPIO_PORTC | 22 | GPIO_GPIO | GPIO_OUT); /* TX */ in pca100_ac97_cold_reset() 227 gpio_set_value(GPIO_PORTC + 22, 0); in pca100_ac97_cold_reset() [all …]
|
D | pcm970-baseboard.c | 91 return gpio_get_value(GPIO_PORTC + 28); in pcm970_sdhc2_get_ro() 103 ret = gpio_request(GPIO_PORTC + 28, "imx-mmc-ro"); in pcm970_sdhc2_init() 109 gpio_direction_input(GPIO_PORTC + 28); in pcm970_sdhc2_init() 117 gpio_free(GPIO_PORTC + 28); in pcm970_sdhc2_exit() 228 mxc_gpio_mode(GPIO_PORTC | 28 | GPIO_GPIO | GPIO_IN); in pcm970_baseboard_init()
|
D | mach-imx27_visstrim_m10.c | 46 #define TVP5150_RSTN (GPIO_PORTC + 18) 47 #define TVP5150_PWDN (GPIO_PORTC + 19) 207 .gpio = (GPIO_PORTC + 15), 241 .gpio = (GPIO_PORTC + 29), 246 .gpio = (GPIO_PORTC + 24), 251 .gpio = (GPIO_PORTC + 28), 256 .gpio = (GPIO_PORTC + 25),
|
D | mach-mx51_3ds.c | 30 #define MX51_3DS_ECSPI2_CS (GPIO_PORTC + 28)
|