Searched refs:UART_DAT (Results 1 – 6 of 6) sorted by relevance
102 UART_DAT(uart_dev->base) = c; in mipssim_uart_putc()117 return UART_DAT(uart_dev->base); in mipssim_uart_getc()
18 #define UART_DAT(base) HWREG8(base + 0x00) macro
107 UART_DAT(uart_dev->base) = c; in ls2k_uart_putc()117 return UART_DAT(uart_dev->base); in ls2k_uart_getc()
35 #define UART_DAT(base) HWREG8(base + 0x00) macro
Completed in 9 milliseconds