Home
last modified time | relevance | path

Searched refs:uart_timeout_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Dibex_uart.c244 s->uart_timeout_ctrl = 0x00000000; in ibex_uart_reset()
332 retvalue = s->uart_timeout_ctrl; in ibex_uart_read()
441 s->uart_timeout_ctrl = value; in ibex_uart_write()
506 VMSTATE_UINT32(uart_timeout_ctrl, IbexUartState),
/openbmc/qemu/include/hw/char/
H A Dibex_uart.h63 uint32_t uart_timeout_ctrl; member