Home
last modified time | relevance | path

Searched refs:UART16550_LCR (Results 1 – 3 of 3) sorted by relevance

/hypervisor/debug/
A Duart16550.c111 temp_reg = uart16550_read_reg(uart, UART16550_LCR); in uart16550_set_baud_rate()
113 uart16550_write_reg(uart, temp_reg, UART16550_LCR); in uart16550_set_baud_rate()
121 uart16550_write_reg(uart, temp_reg, UART16550_LCR); in uart16550_set_baud_rate()
209 uart16550_write_reg(uart, (LCR_WL8 | LCR_NB_STOP_BITS_1 | LCR_PARITY_NONE), UART16550_LCR); in uart16550_init()
/hypervisor/include/debug/
A Duart16550.h26 #define UART16550_LCR 0x03U macro
/hypervisor/dm/
A Dvuart.c353 case UART16550_LCR: in write_reg()
558 case UART16550_LCR: in vuart_read_reg()

Completed in 5 milliseconds