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

/netbsd-current/sys/arch/evbarm/mmnet/
H A Dmmnet_machdep.c316 PIOA_WRITE(PIO_ASR, 0x06000000);
317 PIOA_WRITE(PIO_PDR, 0x06000000);
318 PIOA_WRITE(PIO_MDER, 0x06000000);
324 PIOA_WRITE(PIO_ASR, 0x0000000f);
325 PIOA_WRITE(PIO_PDR, 0x0000000f);
/netbsd-current/sys/arch/evbarm/mpcsa/
H A Dmpcsa_machdep.c340 PIOA_WRITE(PIO_ASR, 0x06000000); // assign to peripheral A
341 PIOA_WRITE(PIO_PDR, 0x06000000); // assign to peripherals
342 PIOA_WRITE(PIO_MDER, 0x06000000); // I2C pins in open-drain mode
348 PIOA_WRITE(PIO_ASR, 0x00000007); // assign to peripheral A
349 PIOA_WRITE(PIO_PDR, 0x00000007); // assign to peripherals
/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9260reg.h214 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))) = (_val);} while (0) macro
H A Dat91sam9261reg.h212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))) = (_val);} while (0) macro
H A Dat91rm9200reg.h199 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg))) = (_val);} while (0) macro

Completed in 137 milliseconds