Home
last modified time | relevance | path

Searched refs:atmel_pio4_set_a_periph (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/atmel/sama5d2_xplained/
Dsama5d2_xplained.c38 atmel_pio4_set_a_periph(AT91_PIO_PORTD, 2, ATMEL_PIO_PUEN_MASK); /* URXD1 */ in board_uart1_hw_init()
39 atmel_pio4_set_a_periph(AT91_PIO_PORTD, 3, 0); /* UTXD1 */ in board_uart1_hw_init()
/external/u-boot/board/atmel/sama5d27_som1_ek/
Dsama5d27_som1_ek.c38 atmel_pio4_set_a_periph(AT91_PIO_PORTD, 2, ATMEL_PIO_PUEN_MASK); /* URXD1 */ in board_uart1_hw_init()
39 atmel_pio4_set_a_periph(AT91_PIO_PORTD, 3, 0); /* UTXD1 */ in board_uart1_hw_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Datmel_pio4.h76 int atmel_pio4_set_a_periph(u32 port, u32 pin, u32 config);
/external/u-boot/drivers/gpio/
Datmel_pio4.c75 int atmel_pio4_set_a_periph(u32 port, u32 pin, u32 config) in atmel_pio4_set_a_periph() function