Searched refs:PIOA_WRITE (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/evbarm/mmnet/ |
| D | mmnet_machdep.c | 316 PIOA_WRITE(PIO_ASR, 0x06000000); in mmnetbus_peripheral_clock() 317 PIOA_WRITE(PIO_PDR, 0x06000000); in mmnetbus_peripheral_clock() 318 PIOA_WRITE(PIO_MDER, 0x06000000); in mmnetbus_peripheral_clock() 324 PIOA_WRITE(PIO_ASR, 0x0000000f); in mmnetbus_peripheral_clock() 325 PIOA_WRITE(PIO_PDR, 0x0000000f); in mmnetbus_peripheral_clock()
|
| /netbsd/src/sys/arch/evbarm/mpcsa/ |
| D | mpcsa_machdep.c | 340 PIOA_WRITE(PIO_ASR, 0x06000000); // assign to peripheral A in mpcsabus_peripheral_clock() 341 PIOA_WRITE(PIO_PDR, 0x06000000); // assign to peripherals in mpcsabus_peripheral_clock() 342 PIOA_WRITE(PIO_MDER, 0x06000000); // I2C pins in open-drain mode in mpcsabus_peripheral_clock() 348 PIOA_WRITE(PIO_ASR, 0x00000007); // assign to peripheral A in mpcsabus_peripheral_clock() 349 PIOA_WRITE(PIO_PDR, 0x00000007); // assign to peripherals in mpcsabus_peripheral_clock()
|
| /netbsd/src/sys/arch/arm/at91/ |
| D | at91sam9261reg.h | 212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))… macro
|
| D | at91sam9260reg.h | 214 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))… macro
|
| D | at91rm9200reg.h | 199 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg)))… macro
|