Home
last modified time | relevance | path

Searched refs:atmel_pio4_set_pio_output (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/
H A Dsama5d2_ptc_ek.c80 atmel_pio4_set_pio_output(AT91_PIO_PORTB, 12, ATMEL_PIO_PUEN_MASK); in board_usb_hw_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h83 int atmel_pio4_set_pio_output(u32 port, u32 pin, u32 value);
/openbmc/u-boot/board/atmel/sama5d27_som1_ek/
H A Dsama5d27_som1_ek.c24 atmel_pio4_set_pio_output(AT91_PIO_PORTA, 27, 1); in board_usb_hw_init()
/openbmc/u-boot/board/atmel/sama5d2_xplained/
H A Dsama5d2_xplained.c24 atmel_pio4_set_pio_output(AT91_PIO_PORTB, 10, 1); in board_usb_hw_init()
/openbmc/u-boot/drivers/gpio/
H A Datmel_pio4.c124 int atmel_pio4_set_pio_output(u32 port, u32 pin, u32 value) in atmel_pio4_set_pio_output() function