Home
last modified time | relevance | path

Searched refs:GPIO_PORTC (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/arm/mach-imx/
Diomux-mx27.h21 #define PC5_PF_I2C2_SDA (GPIO_PORTC | GPIO_PF | GPIO_IN | 5)
22 #define PC6_PF_I2C2_SCL (GPIO_PORTC | GPIO_PF | GPIO_IN | 6)
23 #define PC7_PF_USBOTG_DATA5 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 7)
24 #define PC8_PF_USBOTG_DATA6 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 8)
25 #define PC9_PF_USBOTG_DATA0 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 9)
26 #define PC10_PF_USBOTG_DATA2 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 10)
27 #define PC11_PF_USBOTG_DATA1 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 11)
28 #define PC12_PF_USBOTG_DATA4 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 12)
29 #define PC13_PF_USBOTG_DATA3 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 13)
30 #define PC16_PF_SSI4_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 16)
[all …]
Diomux-mx2x.h64 #define PC14_PF_TOUT (GPIO_PORTC | GPIO_PF | 14)
65 #define PC15_PF_TIN (GPIO_PORTC | GPIO_PF | 15)
66 #define PC20_PF_SSI1_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 20)
67 #define PC21_PF_SSI1_RXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 21)
68 #define PC22_PF_SSI1_TXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 22)
69 #define PC23_PF_SSI1_CLK (GPIO_PORTC | GPIO_PF | GPIO_IN | 23)
70 #define PC24_PF_SSI2_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 24)
71 #define PC25_PF_SSI2_RXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 25)
72 #define PC26_PF_SSI2_TXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 26)
73 #define PC27_PF_SSI2_CLK (GPIO_PORTC | GPIO_PF | GPIO_IN | 27)
[all …]
Diomux-mx21.h15 #define PC5_PF_USBOTG_SDA (GPIO_PORTC | GPIO_PF | 5)
16 #define PC6_PF_USBOTG_SCL (GPIO_PORTC | GPIO_PF | 6)
17 #define PC7_PF_USBOTG_ON (GPIO_PORTC | GPIO_PF | 7)
18 #define PC8_PF_USBOTG_FS (GPIO_PORTC | GPIO_PF | 8)
19 #define PC9_PF_USBOTG_OE (GPIO_PORTC | GPIO_PF | 9)
20 #define PC10_PF_USBOTG_TXDM (GPIO_PORTC | GPIO_PF | 10)
21 #define PC11_PF_USBOTG_TXDP (GPIO_PORTC | GPIO_PF | 11)
22 #define PC12_PF_USBOTG_RXDM (GPIO_PORTC | GPIO_PF | 12)
23 #define PC13_PF_USBOTG_RXDP (GPIO_PORTC | GPIO_PF | 13)
24 #define PC16_PF_SAP_FS (GPIO_PORTC | GPIO_PF | 16)
[all …]
Dmach-pca100.c35 #define SD2_CD (GPIO_PORTC + 29)
139 GPIO_PORTC | 31 | GPIO_GPIO | GPIO_IN, /* GPIO0_IRQ */
140 GPIO_PORTC | 25 | GPIO_GPIO | GPIO_IN, /* GPIO1_IRQ */
200 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); in pca100_ac97_warm_reset()
201 gpio_set_value(GPIO_PORTC + 20, 1); in pca100_ac97_warm_reset()
203 gpio_set_value(GPIO_PORTC + 20, 0); in pca100_ac97_warm_reset()
210 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */ in pca100_ac97_cold_reset()
211 gpio_set_value(GPIO_PORTC + 20, 0); in pca100_ac97_cold_reset()
212 mxc_gpio_mode(GPIO_PORTC | 22 | GPIO_GPIO | GPIO_OUT); /* TX */ in pca100_ac97_cold_reset()
213 gpio_set_value(GPIO_PORTC + 22, 0); in pca100_ac97_cold_reset()
[all …]
Dmach-imx27_visstrim_m10.c36 #define TVP5150_RSTN (GPIO_PORTC + 18)
37 #define TVP5150_PWDN (GPIO_PORTC + 19)
262 .gpio = (GPIO_PORTC + 15),
296 .gpio = (GPIO_PORTC + 29),
301 .gpio = (GPIO_PORTC + 24),
306 .gpio = (GPIO_PORTC + 28),
311 .gpio = (GPIO_PORTC + 25),
Diomux-v3.h107 #define GPIO_PORTC (2 << GPIO_PORT_SHIFT) macro
Diomux-v1.h42 #define GPIO_PORTC (2 << GPIO_PORT_SHIFT) macro