Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dsifive_uart.c70 SiFiveUARTState *s = opaque; in sifive_uart_read()
107 SiFiveUARTState *s = opaque; in sifive_uart_write()
146 SiFiveUARTState *s = opaque; in sifive_uart_rx()
160 SiFiveUARTState *s = opaque; in sifive_uart_can_rx()
171 SiFiveUARTState *s = opaque; in sifive_uart_be_change()
188 SiFiveUARTState *s = SIFIVE_UART(obj); in sifive_uart_init()
198 SiFiveUARTState *s = SIFIVE_UART(dev); in sifive_uart_realize()
208 SiFiveUARTState *s = SIFIVE_UART(obj); in sifive_uart_reset_enter()
219 SiFiveUARTState *s = SIFIVE_UART(obj); in sifive_uart_reset_hold()
231 VMSTATE_UINT32(ie, SiFiveUARTState),
[all …]
/openbmc/qemu/include/hw/char/
H A Dsifive_uart.h56 OBJECT_DECLARE_SIMPLE_TYPE(SiFiveUARTState, SIFIVE_UART)
58 struct SiFiveUARTState { struct
75 SiFiveUARTState *sifive_uart_create(MemoryRegion *address_space, hwaddr base, argument