Searched refs:UART_DR (Results 1 – 3 of 3) sorted by relevance
34 #define UART_DR(base) __REG32(base + 0x00) macro149 rec_ch = UART_DR(uart->hw_base) & 0xff; in rt_hw_uart_isr()168 rec_ch = UART_DR(uart->hw_base) & 0xff; in rt_hw_uart_isr()253 UART_DR(uart->hw_base) = ch; in uart_putc()270 ch = UART_DR(uart->hw_base) & 0xff; in uart_getc()297 UART_DR(uart->hw_base) = ch; in uart_transmit()
31 #define UART_DR(base) __REG32(base + 0x00) macro149 UART_DR(uart->hw_base) = ch; in uart_putc()165 ch = UART_DR(uart->hw_base) & 0xff; in uart_getc()
24 #define UART_DR(base) __REG32(base + 0x00) macro84 UART_DR(uart->hw_base) = c; in uart_putc()100 ch = UART_DR(uart->hw_base) & 0xff; in uart_getc()
Completed in 6 milliseconds