Home
last modified time | relevance | path

Searched defs:REGVAL (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/alpha/pci/
H A Dirongate_pci.c67 #define REGVAL(r) (*(volatile u_int32_t *)ALPHA_PHYS_TO_K0SEG(r)) macro
H A Dlcareg.h35 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r)) macro
H A Dciareg.h37 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r)) macro
H A Dapecsreg.h38 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r)) macro
H A Dmcpciareg.h40 #define REGVAL(r) (*(volatile int32_t *)ALPHA_PHYS_TO_K0SEG(r)) macro
/openbsd/sys/arch/loongson/include/
H A Dautoconf.h120 #define REGVAL(x) REGVAL32(x) macro