Searched refs:PIO_PDR (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/boot/arm/at91/boot2/
H A Dbwct_board.c37 pPio->PIO_PDR = AT91C_PA17_TXD0 | AT91C_PA18_RXD0;
51 pPio->PIO_PDR = AT91C_PB20_TXD1 | AT91C_PB21_RXD1;
65 pPio->PIO_PDR = AT91C_PA23_TXD2 | AT91C_PA22_RXD2;
79 pPio->PIO_PDR = AT91C_PA5_TXD3 | AT91C_PA6_RXD3;
/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Demac_init.c92 AT91C_BASE_PIOA->PIO_PDR =
102 AT91C_BASE_PIOB->PIO_PDR =
H A Dat91rm9200_lowlevel.c188 AT91C_BASE_PIOC->PIO_PDR = 0xffff0000;
192 AT91C_BASE_PIOA->PIO_PDR = AT91C_PIO_PA31 | AT91C_PIO_PA30;
H A Deeprom.c62 pPio->PIO_PDR = AT91C_PIO_PA25 | AT91C_PIO_PA26;
H A Dlib_AT91RM9200.h65 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode
H A Dspi_flash.c228 pPio->PIO_PDR = AT91C_PIO_PA3 | AT91C_PIO_PA1 | AT91C_PIO_PA0 |
H A Dat91rm9200.h597 AT91_REG PIO_PDR; // PIO Disable Register member in struct:_AT91S_PIO
/freebsd-10.2-release/sys/boot/arm/at91/bootspi/
H A Dee.c63 pPio->PIO_PDR = AT91C_PIO_PA25 | AT91C_PIO_PA26;
/freebsd-10.2-release/sys/arm/at91/
H A Dat91_pioreg.h34 #define PIO_PDR 0x04 /* PIO Disable Register */ macro
H A Dat91_pio.c438 WR4(sc, PIO_PDR, cfg->iomask & ~cfg->gpio);
499 PIO[PIO_PDR / 4] = periph_a_mask;
512 PIO[PIO_PDR / 4] = periph_b_mask;

Completed in 100 milliseconds