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

/linux-4.4.14/arch/avr32/boards/merisc/
H A Dsetup.c229 at32_select_gpio(GPIO_PIN_PA(24), AT32_GPIOF_PULLUP); detect_merisc_board_id()
230 at32_select_gpio(GPIO_PIN_PA(25), AT32_GPIOF_PULLUP); detect_merisc_board_id()
231 at32_select_gpio(GPIO_PIN_PA(26), AT32_GPIOF_PULLUP); detect_merisc_board_id()
232 at32_select_gpio(GPIO_PIN_PA(27), AT32_GPIOF_PULLUP); detect_merisc_board_id()
272 GPIO_PERIPH_A, AT32_GPIOF_PULLUP); merisc_init()
277 AT32_GPIOF_PULLUP); merisc_init()
282 at32_select_gpio(GPIO_PIN_PA(4), AT32_GPIOF_PULLUP); merisc_init()
/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
H A Dportmux.h18 #define AT32_GPIOF_PULLUP 0x00000001 /* (not-OUT) Enable pull-up */ macro
/linux-4.4.14/arch/avr32/boards/atngw100/
H A Dsetup.c285 at32_select_periph(GPIO_PIOE_BASE, 1 << 21, 0, AT32_GPIOF_PULLUP); atngw100_init()
287 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP); atngw100_init()
/linux-4.4.14/arch/avr32/boards/mimc200/
H A Dsetup.c222 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP); mimc200_init()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dpio.c92 if (!(flags & AT32_GPIOF_PULLUP)) at32_select_periph()
132 if (flags & AT32_GPIOF_PULLUP) at32_select_gpio()
H A Dat32ap700x.c975 select_peripheral(PIOA, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP); configure_usart0_pins()
985 select_peripheral(PIOA, pin_mask, PERIPH_A, AT32_GPIOF_PULLUP); configure_usart1_pins()
995 select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP); configure_usart2_pins()
1005 select_peripheral(PIOB, pin_mask, PERIPH_B, AT32_GPIOF_PULLUP); configure_usart3_pins()
1233 select_peripheral(PIOA, (1 << 0), PERIPH_A, AT32_GPIOF_PULLUP); at32_add_device_spi()
1244 select_peripheral(PIOB, (1 << 0), PERIPH_B, AT32_GPIOF_PULLUP); at32_add_device_spi()

Completed in 152 milliseconds