Searched refs:UTDR (Results 1 – 5 of 5) sorted by relevance
15 #define UTDR 0x14 macro55 str \rd, [\rx, #UTDR]
41 UART(UTDR) = c; in putc()
310 #define UTDR 0x14 macro
182 ch = readl(micro->base + UTDR); in micro_rx_chars()296 writel(tx->buf[tx->index], micro->base + UTDR); in micro_tx_chars()
66 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR)74 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR)