Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbarm/mmnet/
Dmmnet_machdep.c316 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/
Dmpcsa_machdep.c340 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/
Dat91sam9261reg.h212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))… macro
Dat91sam9260reg.h214 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))… macro
Dat91rm9200reg.h199 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg)))… macro