Home
last modified time | relevance | path

Searched refs:VOLATILE_REF8 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_pxa2x0_console.h56 reg = VOLATILE_REF8(_uart_base + 0x14); in __tx_busy()
61 uint8_t reg = VOLATILE_REF8(_uart_base + 0x08); in __clr_intr()
66 VOLATILE_REF8(_uart_base + 0x00) = in __putc()
H A Darm_sa1100_console.h56 reg = VOLATILE_REF8(_uart_base + 0x20); in __tx_busy()
62 VOLATILE_REF8(_uart_base + 0x14) = in __putc()
H A Darm_sa1100.cpp113 VOLATILE_REF8(fbaddr_v + 0x200 + j * 640 + k) in testFramebuffer()
117 VOLATILE_REF8(fbaddr_v + 0x200 + j * 640 + k) = 0x3; in testFramebuffer()
H A Darm_pxa2x0.cpp127 #define COM_DATA VOLATILE_REF8(uart + 0x00) in testUART()
128 #define COM_IIR VOLATILE_REF8(uart + 0x08) in testUART()
129 #define COM_LSR VOLATILE_REF8(uart + 0x14) in testUART()
233 buf[off] = VOLATILE_REF8(mem + off); in dumpCS0()
/netbsd-src/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465uartvar.h37 while ((VOLATILE_REF8(HD64465_ULSR_REG8) & LSR_TXRDY) == 0)
42 VOLATILE_REF8(HD64465_UTBR_REG8) = (c); \
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.h123 #define VOLATILE_REF8(x) (*(volatile uint8_t *)(x)) macro