Searched refs:PL011_REG_DR (Results 1 – 5 of 5) sorted by relevance
172 PL011_REG_DR(uart->hw_base) = (uint8_t)c; in uart_putc()196 ch = PL011_REG_DR(uart->hw_base) & 0xff; in uart_getc()
59 #define PL011_REG_DR(BASE) HWREG32(BASE + 0x00) macro
151 PL011_REG_DR(uart->hw_base) = (uint8_t)c; in uart_putc()175 ch = PL011_REG_DR(uart->hw_base) & 0xff; in uart_getc()
Completed in 9 milliseconds