Searched refs:at32_select_periph (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | flash.c | 217 at32_select_periph(GPIO_PIOA_BASE, HAMMERHEAD_USB_PERIPH_GCLK0, in hammerhead_usbh_init() 221 at32_select_periph(GPIO_PIOE_BASE, HAMMERHEAD_USB_PERIPH_CS2, in hammerhead_usbh_init() 228 at32_select_periph(GPIO_PIOB_BASE, HAMMERHEAD_USB_PERIPH_EXTINT0, in hammerhead_usbh_init() 311 at32_select_periph(GPIO_PIOB_BASE, HAMMERHEAD_FPGA_PERIPH_SCK, in at32_add_device_hh_fpga() 313 at32_select_periph(GPIO_PIOB_BASE, HAMMERHEAD_FPGA_PERIPH_MOSI, in at32_add_device_hh_fpga() 332 at32_select_periph(GPIO_PIOB_BASE, HAMMERHEAD_FPGA_PERIPH_EXTINT3, in at32_add_device_hh_fpga()
|
D | setup.c | 242 at32_select_periph(GPIO_PIOB_BASE, 0x08000000, GPIO_PERIPH_A, 0); in hammerhead_init()
|
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/ |
D | portmux.h | 24 void at32_select_periph(unsigned int port, unsigned int pin,
|
/linux-4.1.27/arch/avr32/boards/merisc/ |
D | setup.c | 271 at32_select_periph(GPIO_PIOB_BASE, 1 << 26, in merisc_init() 276 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, GPIO_PERIPH_A, in merisc_init()
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | setup.c | 285 at32_select_periph(GPIO_PIOE_BASE, 1 << 21, 0, AT32_GPIOF_PULLUP); in atngw100_init() 287 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP); in atngw100_init()
|
D | mrmt.c | 310 at32_select_periph( GPIO_PIOB_BASE, 1 << (PB_EXTINT_BASE+TS_IRQ), in mrmt1_init() 319 at32_select_periph( GPIO_PIOB_BASE, 1 << (PB_EXTINT_BASE+TS_IRQ), in mrmt1_init()
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | atstk1003.c | 98 at32_select_periph(GPIO_PIOA_BASE, (1 << 30), GPIO_PERIPH_A, 0); in atstk1003_setup_extdac()
|
D | atstk1004.c | 103 at32_select_periph(GPIO_PIOA_BASE, (1 << 30), GPIO_PERIPH_A, 0); in atstk1004_setup_extdac()
|
D | atstk1002.c | 231 at32_select_periph(GPIO_PIOA_BASE, (1 << 30), GPIO_PERIPH_A, 0); in atstk1002_setup_extdac()
|
/linux-4.1.27/arch/avr32/boards/mimc200/ |
D | setup.c | 222 at32_select_periph(GPIO_PIOB_BASE, 1 << 28, 0, AT32_GPIOF_PULLUP); in mimc200_init()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | pio.c | 56 void __init at32_select_periph(unsigned int port, u32 pin_mask, in at32_select_periph() function
|
D | at32ap700x.c | 92 at32_select_periph(GPIO_##port##_BASE, pin_mask, \
|