Searched refs:GPIO_PORTA (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Diomux-mx1.h23 #define PA0_AIN_SPI2_CLK (GPIO_PORTA | GPIO_AIN | GPIO_OUT | 0)
24 #define PA0_AF_ETMTRACESYNC (GPIO_PORTA | GPIO_AF | 0)
25 #define PA1_AOUT_SPI2_RXD (GPIO_PORTA | GPIO_AOUT | GPIO_IN | 1)
26 #define PA1_PF_TIN (GPIO_PORTA | GPIO_PF | 1)
27 #define PA2_PF_PWM0 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 2)
28 #define PA3_PF_CSI_MCLK (GPIO_PORTA | GPIO_PF | 3)
29 #define PA4_PF_CSI_D0 (GPIO_PORTA | GPIO_PF | 4)
30 #define PA5_PF_CSI_D1 (GPIO_PORTA | GPIO_PF | 5)
31 #define PA6_PF_CSI_D2 (GPIO_PORTA | GPIO_PF | 6)
32 #define PA7_PF_CSI_D3 (GPIO_PORTA | GPIO_P
[all...]
H A Diomux-mx21.h58 #define PA5_AF_BMI_CLK_CS (GPIO_PORTA | GPIO_AF | 5)
59 #define PA6_AF_BMI_D0 (GPIO_PORTA | GPIO_AF | 6)
60 #define PA7_AF_BMI_D1 (GPIO_PORTA | GPIO_AF | 7)
61 #define PA8_AF_BMI_D2 (GPIO_PORTA | GPIO_AF | 8)
62 #define PA9_AF_BMI_D3 (GPIO_PORTA | GPIO_AF | 9)
63 #define PA10_AF_BMI_D4 (GPIO_PORTA | GPIO_AF | 10)
64 #define PA11_AF_BMI_D5 (GPIO_PORTA | GPIO_AF | 11)
65 #define PA12_AF_BMI_D6 (GPIO_PORTA | GPIO_AF | 12)
66 #define PA13_AF_BMI_D7 (GPIO_PORTA | GPIO_AF | 13)
67 #define PA14_AF_BMI_D8 (GPIO_PORTA | GPIO_A
[all...]
H A Diomux-mx2x.h24 #define PA5_PF_LSCLK (GPIO_PORTA | GPIO_PF | GPIO_OUT | 5)
25 #define PA6_PF_LD0 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 6)
26 #define PA7_PF_LD1 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 7)
27 #define PA8_PF_LD2 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 8)
28 #define PA9_PF_LD3 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 9)
29 #define PA10_PF_LD4 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 10)
30 #define PA11_PF_LD5 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 11)
31 #define PA12_PF_LD6 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 12)
32 #define PA13_PF_LD7 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 13)
33 #define PA14_PF_LD8 (GPIO_PORTA | GPIO_P
[all...]
H A Diomux-v3.h100 #define GPIO_PORTA (0 << GPIO_PORT_SHIFT) macro
H A Diomux-mx27.h27 #define PA0_PF_USBH2_CLK (GPIO_PORTA | GPIO_PF | 0)
28 #define PA1_PF_USBH2_DIR (GPIO_PORTA | GPIO_PF | 1)
29 #define PA2_PF_USBH2_DATA7 (GPIO_PORTA | GPIO_PF | 2)
30 #define PA3_PF_USBH2_NXT (GPIO_PORTA | GPIO_PF | 3)
31 #define PA4_PF_USBH2_STP (GPIO_PORTA | GPIO_PF | 4)
H A Diomux-v1.h53 #define GPIO_PORTA (0 << GPIO_PORT_SHIFT) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Deukrea_mbimx27-baseboard.c236 gpio_direction_output(GPIO_PORTA | 25, 1);
238 gpio_direction_output(GPIO_PORTA | 25, 0);
383 mxc_gpio_mode(GPIO_PORTA | 25 | GPIO_GPIO | GPIO_OUT);
384 gpio_request(GPIO_PORTA | 25, "lcd_enable");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dboard-mx51_3ds.c29 #define EXPIO_PARENT_INT (MXC_INTERNAL_IRQS + GPIO_PORTA + 6)

Completed in 71 milliseconds