Searched refs:GPIO_PIN_PA (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/merisc/
H A Dsetup.c149 .sda_pin = GPIO_PIN_PA(6),
150 .scl_pin = GPIO_PIN_PA(7),
222 at32_select_gpio(GPIO_PIN_PA(24), AT32_GPIOF_PULLUP);
223 at32_select_gpio(GPIO_PIN_PA(25), AT32_GPIOF_PULLUP);
224 at32_select_gpio(GPIO_PIN_PA(26), AT32_GPIOF_PULLUP);
225 at32_select_gpio(GPIO_PIN_PA(27), AT32_GPIOF_PULLUP);
227 merisc_board_id = !gpio_get_value(GPIO_PIN_PA(24)) +
228 !gpio_get_value(GPIO_PIN_PA(25)) * 2 +
229 !gpio_get_value(GPIO_PIN_PA(26)) * 4 +
230 !gpio_get_value(GPIO_PIN_PA(2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/atngw100/
H A Dmrmt.c39 #define PIN_LCD_BL GPIO_PIN_PA(28)
41 #define PIN_LCD_DISP GPIO_PIN_PA(31)
42 #define PIN_AC97_RST_N GPIO_PIN_PA(30)
50 #define PIN_ZB_RST_N GPIO_PIN_PA(21)
51 #define PIN_BT_RST GPIO_PIN_PA(22)
52 #define PIN_LED_SYS GPIO_PIN_PA(16)
53 #define PIN_LED_A GPIO_PIN_PA(19)
H A Dsetup.c209 { .name = "sys", .gpio = GPIO_PIN_PA(16), .active_low = 1,
212 { .name = "a", .gpio = GPIO_PIN_PA(19), .active_low = 1, },
230 .sda_pin = GPIO_PIN_PA(6),
231 .scl_pin = GPIO_PIN_PA(7),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/mimc200/
H A Dsetup.c116 .detect_pin = GPIO_PIN_PA(26),
117 .wp_pin = GPIO_PIN_PA(27),
185 .sda_pin = GPIO_PIN_PA(6),
186 .scl_pin = GPIO_PIN_PA(7),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/hammerhead/
H A Dsetup.c173 .sda_pin = GPIO_PIN_PA(6),
174 .scl_pin = GPIO_PIN_PA(7),
190 .reset_pin = GPIO_PIN_PA(16),
H A Dflash.c220 at32_select_gpio(GPIO_PIN_PA(8), AT32_GPIOF_OUTPUT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/favr-32/
H A Dsetup.c237 .gpio_on = GPIO_PIN_PA(28),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/atmel/
H A Dplaypaq_wm8510.c17 * at32_select_periph(GPIO_PIN_PA(30), GPIO_PERIPH_A, 0);
49 #define MCLK_PIN GPIO_PIN_PA(30)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dat32ap700x.h27 #define GPIO_PIN_PA(N) (GPIO_PIOA_BASE + (N)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1195 { GPIO_PIN_PA(3), GPIO_PIN_PA(4),
1196 GPIO_PIN_PA(5), GPIO_PIN_PA(20) },
1198 GPIO_PIN_PB(4), GPIO_PIN_PA(27) },

Completed in 135 milliseconds