HomeSort by: relevance | last modified time | path
    Searched defs:uartbase (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sandpoint/sandpoint/
machdep.c 568 #define UART_READ(r) *(volatile char *)(uartbase + (r))
569 #define UART_WRITE(r, v) *(volatile char *)(uartbase + (r)) = (v)
579 static unsigned uartbase = 0xfe0003f8; variable in typeref:typename:unsigned
589 uartbase = 0xfe000000 + bi->addr;
591 uartbase = 0xfc000000 + bi->addr;

Completed in 11 milliseconds