Searched refs:ATMEL_PIO_DRVSTR_ME (Results 1 – 3 of 3) sorted by relevance
/u-boot/board/atmel/sama5d2_ptc_ek/ |
A D | sama5d2_ptc_ek.c | 55 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 22, ATMEL_PIO_DRVSTR_ME); /* D0 */ in board_nand_hw_init() 56 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 23, ATMEL_PIO_DRVSTR_ME); /* D1 */ in board_nand_hw_init() 57 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 24, ATMEL_PIO_DRVSTR_ME); /* D2 */ in board_nand_hw_init() 58 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 25, ATMEL_PIO_DRVSTR_ME); /* D3 */ in board_nand_hw_init() 59 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 26, ATMEL_PIO_DRVSTR_ME); /* D4 */ in board_nand_hw_init() 60 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 27, ATMEL_PIO_DRVSTR_ME); /* D5 */ in board_nand_hw_init() 61 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 28, ATMEL_PIO_DRVSTR_ME); /* D6 */ in board_nand_hw_init() 62 atmel_pio4_set_b_periph(AT91_PIO_PORTA, 29, ATMEL_PIO_DRVSTR_ME); /* D7 */ in board_nand_hw_init()
|
/u-boot/include/dt-bindings/pinctrl/ |
A D | at91.h | 46 #define ATMEL_PIO_DRVSTR_ME 2 macro
|
/u-boot/arch/arm/mach-at91/include/mach/ |
A D | atmel_pio4.h | 53 #define ATMEL_PIO_DRVSTR_ME (2 << 16) macro
|
Completed in 60 milliseconds