Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Descc.c196 static void handle_kbd_command(ESCCChannelState *s, int val);
198 static void serial_receive_byte(ESCCChannelState *s, int ch);
212 ESCCChannelState *s = opaque; in clear_queue()
219 ESCCChannelState *s = opaque; in put_queue()
236 ESCCChannelState *s = opaque; in get_queue()
256 static int escc_update_irq_chn(ESCCChannelState *s) in escc_update_irq_chn()
272 static void escc_update_irq(ESCCChannelState *s) in escc_update_irq()
283 static void escc_reset_chn(ESCCChannelState *s) in escc_reset_chn()
294 static void escc_soft_reset_chn(ESCCChannelState *s) in escc_soft_reset_chn()
325 static void escc_hard_reset_chn(ESCCChannelState *s) in escc_hard_reset_chn()
[all …]
/openbmc/qemu/include/hw/char/
H A Descc.h32 typedef struct ESCCChannelState { struct
35 struct ESCCChannelState *otherchn; argument
52 } ESCCChannelState; argument
57 struct ESCCChannelState chn[2];