Searched refs:AT32_GPIOF_PULLUP (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/include/mach/
H A Dportmux.h18 #define AT32_GPIOF_PULLUP 0x00000001 /* (not-OUT) Enable pull-up */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dportmux.h18 #define AT32_GPIOF_PULLUP 0x00000001 /* (not-OUT) Enable pull-up */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/boards/merisc/
H A Dsetup.c222 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);
265 GPIO_PERIPH_A, AT32_GPIOF_PULLUP);
270 AT32_GPIOF_PULLUP);
275 at32_select_gpio(GPIO_PIN_PA(4), AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/boards/merisc/
H A Dsetup.c222 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);
265 GPIO_PERIPH_A, AT32_GPIOF_PULLUP);
270 AT32_GPIOF_PULLUP);
275 at32_select_gpio(GPIO_PIN_PA(4), AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/boards/atngw100/
H A Dsetup.c288 at32_select_periph(GPIO_PIOE_BASE, 1 << 21, 0, AT32_GPIOF_PULLUP);
290 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/boards/atngw100/
H A Dsetup.c288 at32_select_periph(GPIO_PIOE_BASE, 1 << 21, 0, AT32_GPIOF_PULLUP);
290 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/boards/mimc200/
H A Dsetup.c222 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/boards/mimc200/
H A Dsetup.c222 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dpio.c91 if (!(flags & AT32_GPIOF_PULLUP))
131 if (flags & AT32_GPIOF_PULLUP)
H A Dat32ap700x.c979 select_peripheral(PIOA, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP);
989 select_peripheral(PIOA, pin_mask, PERIPH_A, AT32_GPIOF_PULLUP);
999 select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP);
1009 select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP);
1234 select_peripheral(PIOA, (1 << 0), PERIPH_A, AT32_GPIOF_PULLUP);
1245 select_peripheral(PIOB, (1 << 0), PERIPH_B, AT32_GPIOF_PULLUP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dpio.c91 if (!(flags & AT32_GPIOF_PULLUP))
131 if (flags & AT32_GPIOF_PULLUP)
H A Dat32ap700x.c979 select_peripheral(PIOA, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP);
989 select_peripheral(PIOA, pin_mask, PERIPH_A, AT32_GPIOF_PULLUP);
999 select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP);
1009 select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP);
1234 select_peripheral(PIOA, (1 << 0), PERIPH_A, AT32_GPIOF_PULLUP);
1245 select_peripheral(PIOB, (1 << 0), PERIPH_B, AT32_GPIOF_PULLUP);

Completed in 78 milliseconds