Searched refs:UTDR (Results 1 – 5 of 5) sorted by relevance
11 #define UTDR 0x14 macro51 str \rd, [\rx, #UTDR]
42 UART(UTDR) = c; in putc()
311 #define UTDR 0x14 macro
177 ch = readl(micro->base + UTDR); in micro_rx_chars()288 writel(tx->buf[tx->index], micro->base + UTDR); in micro_tx_chars()
51 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR)59 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR)
Completed in 13 milliseconds