Home
last modified time | relevance | path

Searched refs:atmel_pio4_set_c_periph (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/
H A Dsama5d2_ptc_ek.c86 atmel_pio4_set_c_periph(AT91_PIO_PORTB, 26, ATMEL_PIO_PUEN_MASK); /* URXD0 */ in board_uart0_hw_init()
87 atmel_pio4_set_c_periph(AT91_PIO_PORTB, 27, 0); /* UTXD0 */ in board_uart0_hw_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h78 int atmel_pio4_set_c_periph(u32 port, u32 pin, u32 config);
/openbmc/u-boot/drivers/gpio/
H A Datmel_pio4.c89 int atmel_pio4_set_c_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_c_periph() function