Home
last modified time | relevance | path

Searched refs:at32_select_gpio (Results 1 – 12 of 12) sorted by relevance

/arch/avr32/boards/atngw100/
Dmrmt.c286 at32_select_gpio( PIN_PWR_SW_N, AT32_GPIOF_DEGLITCH); in mrmt1_init()
287 at32_select_gpio( PIN_PB_LEFT, AT32_GPIOF_DEGLITCH); in mrmt1_init()
288 at32_select_gpio( PIN_PB_RIGHT, AT32_GPIOF_DEGLITCH); in mrmt1_init()
323 at32_select_gpio( PIN_LCD_DISP, AT32_GPIOF_OUTPUT ); in mrmt1_init()
328 at32_select_gpio( PIN_LCD_BL, AT32_GPIOF_OUTPUT ); in mrmt1_init()
341 at32_select_gpio( PIN_LCD_BL, AT32_GPIOF_OUTPUT ); in mrmt1_init()
348 at32_select_gpio( PIN_BT_RST, AT32_GPIOF_OUTPUT ); in mrmt1_init()
353 at32_select_gpio( PIN_ZB_RST_N, AT32_GPIOF_OUTPUT ); in mrmt1_init()
376 at32_select_gpio( PIN_PWR_ON, AT32_GPIOF_OUTPUT ); in mrmt1_early_init()
Dsetup.c274 at32_select_gpio(ngw_leds[i].gpio, in atngw100_init()
289 at32_select_gpio(i2c_gpio_data.sda_pin, in atngw100_init()
291 at32_select_gpio(i2c_gpio_data.scl_pin, in atngw100_init()
308 at32_select_gpio(GPIO_PIN_PE(30), 0); in atngw100_arch_init()
313 at32_select_gpio(GPIO_PIN_PB(30), 0); in atngw100_arch_init()
Devklcd10x.c158 at32_select_gpio(GPIO_PIN_PB(15), AT32_GPIOF_OUTPUT); in atevklcd10x_init()
/arch/avr32/boards/merisc/
Dsetup.c229 at32_select_gpio(GPIO_PIN_PA(24), AT32_GPIOF_PULLUP); in detect_merisc_board_id()
230 at32_select_gpio(GPIO_PIN_PA(25), AT32_GPIOF_PULLUP); in detect_merisc_board_id()
231 at32_select_gpio(GPIO_PIN_PA(26), AT32_GPIOF_PULLUP); in detect_merisc_board_id()
232 at32_select_gpio(GPIO_PIN_PA(27), AT32_GPIOF_PULLUP); in detect_merisc_board_id()
282 at32_select_gpio(GPIO_PIN_PA(4), AT32_GPIOF_PULLUP); in merisc_init()
296 at32_select_gpio(i2c_gpio_data.sda_pin, in merisc_init()
298 at32_select_gpio(i2c_gpio_data.scl_pin, in merisc_init()
/arch/avr32/boards/hammerhead/
Dflash.c225 at32_select_gpio(GPIO_PIN_PA(8), AT32_GPIOF_OUTPUT); in hammerhead_usbh_init()
320 at32_select_gpio(GPIO_PIN_PB(0), 0); in at32_add_device_hh_fpga()
323 at32_select_gpio(GPIO_PIN_PB(2), 0); in at32_add_device_hh_fpga()
326 at32_select_gpio(GPIO_PIN_PB(3), AT32_GPIOF_OUTPUT); in at32_add_device_hh_fpga()
329 at32_select_gpio(GPIO_PIN_PB(4), 0); in at32_add_device_hh_fpga()
Dsetup.c228 at32_select_gpio(i2c_gpio_data.sda_pin, in hammerhead_init()
231 at32_select_gpio(i2c_gpio_data.scl_pin, in hammerhead_init()
/arch/avr32/mach-at32ap/include/mach/
Dportmux.h26 void at32_select_gpio(unsigned int pin, unsigned long flags);
/arch/avr32/boards/favr-32/
Dsetup.c230 at32_select_gpio(favr32_leds[i].gpio, AT32_GPIOF_OUTPUT); in favr32_setup_leds()
264 at32_select_gpio(pwm_bl_data.enable_gpio, 0); in favr32_setup_atmel_pwm_bl()
344 at32_select_gpio(GPIO_PIN_PB(3), 0); /* IRQ from ADS7843 */ in favr32_init()
/arch/avr32/boards/mimc200/
Dsetup.c223 at32_select_gpio(i2c_gpio_data.sda_pin, in mimc200_init()
225 at32_select_gpio(i2c_gpio_data.scl_pin, in mimc200_init()
/arch/avr32/boards/atstk1000/
Dsetup.c117 at32_select_gpio(stk1000_j2_led[i].gpio, AT32_GPIOF_OUTPUT); in atstk1000_setup_j2_leds()
/arch/avr32/mach-at32ap/
Dat32ap700x.c1217 at32_select_gpio(pin, mode); in at32_spi_setup_slaves()
1377 at32_select_gpio(data->slot[0].detect_pin, 0); in at32_add_device_mci()
1379 at32_select_gpio(data->slot[0].wp_pin, 0); in at32_add_device_mci()
1403 at32_select_gpio(data->slot[1].detect_pin, 0); in at32_add_device_mci()
1405 at32_select_gpio(data->slot[1].wp_pin, 0); in at32_add_device_mci()
1787 at32_select_gpio(data->vbus_pin, 0); in at32_add_device_usba()
1929 at32_select_gpio(data->detect_pin, AT32_GPIOF_DEGLITCH); in at32_add_device_cf()
1931 at32_select_gpio(data->reset_pin, 0); in at32_add_device_cf()
1933 at32_select_gpio(data->vcc_pin, 0); in at32_add_device_cf()
1985 at32_select_gpio(data->enable_pin, in at32_add_device_nand()
[all …]
Dpio.c103 void __init at32_select_gpio(unsigned int pin, unsigned long flags) in at32_select_gpio() function