Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hpc/stand/hpcboot/arm/
Darm_pxa2x0.cpp397 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x00)); in dumpPeripheralRegs()
401 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x0c)); in dumpPeripheralRegs()
406 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x18)); in dumpPeripheralRegs()
410 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x24)); in dumpPeripheralRegs()
415 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x30)); in dumpPeripheralRegs()
419 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x3c)); in dumpPeripheralRegs()
423 reg = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x48)); in dumpPeripheralRegs()
427 reg = VOLATILE_REF(gpio + 0x54 + (i * 8)); in dumpPeripheralRegs()
429 reg = VOLATILE_REF(gpio + 0x58 + (i * 8)); in dumpPeripheralRegs()
449 dir = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x0c)); in dumpPeripheralRegs()
[all …]
Darm_sa1100.cpp125 #define TBY VOLATILE_REF(uart + 0x20) in testUART()
126 #define UTDR VOLATILE_REF(uart + 0x14) in testUART()
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/cpu/
D7750.h42 VOLATILE_REF(__a) &= ~(CCDA_U | CCDA_V); \
47 VOLATILE_REF(__a) &= ~(CCIA_V); \
/netbsd/src/sys/arch/hpc/stand/hpcboot/mips/
Dmips_arch.cpp96 VOLATILE_REF(ptokv(p)) = TEST_MAGIC; in setupLoader()
98 r0 = VOLATILE_REF(v); in setupLoader()
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dhpcboot.h121 #define VOLATILE_REF(x) (*(volatile uint32_t *)(x)) macro