Searched refs:VOLATILE_REF8 (Results 1 – 6 of 6) sorted by relevance
56 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()
56 reg = VOLATILE_REF8(_uart_base + 0x20); in __tx_busy()62 VOLATILE_REF8(_uart_base + 0x14) = in __putc()
113 VOLATILE_REF8(fbaddr_v + 0x200 + j * 640 + k) in testFramebuffer()117 VOLATILE_REF8(fbaddr_v + 0x200 + j * 640 + k) = 0x3; in testFramebuffer()
127 #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()
37 while ((VOLATILE_REF8(HD64465_ULSR_REG8) & LSR_TXRDY) == 0)42 VOLATILE_REF8(HD64465_UTBR_REG8) = (c); \
123 #define VOLATILE_REF8(x) (*(volatile uint8_t *)(x)) macro