HomeSort by: relevance | last modified time | path
    Searched refs:VOLATILE_REF8 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd64465/
hd64465uartvar.h 37 while ((VOLATILE_REF8(HD64465_ULSR_REG8) & LSR_TXRDY) == 0)
42 VOLATILE_REF8(HD64465_UTBR_REG8) = (c); \
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_pxa2x0_console.h 56 reg = VOLATILE_REF8(_uart_base + 0x14);
61 uint8_t reg = VOLATILE_REF8(_uart_base + 0x08);
66 VOLATILE_REF8(_uart_base + 0x00) =
arm_sa1100_console.h 56 reg = VOLATILE_REF8(_uart_base + 0x20);
62 VOLATILE_REF8(_uart_base + 0x14) =
arm_sa1100.cpp 113 VOLATILE_REF8(fbaddr_v + 0x200 + j * 640 + k)
117 VOLATILE_REF8(fbaddr_v + 0x200 + j * 640 + k) = 0x3;
arm_pxa2x0.cpp 127 #define COM_DATA VOLATILE_REF8(uart + 0x00)
128 #define COM_IIR VOLATILE_REF8(uart + 0x08)
129 #define COM_LSR VOLATILE_REF8(uart + 0x14)
233 buf[off] = VOLATILE_REF8(mem + off);
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.h 123 #define VOLATILE_REF8(x) (*(volatile uint8_t *)(x))

Completed in 31 milliseconds