Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dcbus.c481 } CBusTahvo; typedef
483 static void tahvo_interrupt_update(CBusTahvo *s) in tahvo_interrupt_update()
503 static inline uint16_t tahvo_read(CBusTahvo *s, int reg) in tahvo_read()
545 static inline void tahvo_write(CBusTahvo *s, int reg, uint16_t val) in tahvo_write()
597 CBusTahvo *s = (CBusTahvo *) opaque; in tahvo_io()
607 CBusTahvo *s = g_malloc0(sizeof(*s)); in tahvo_init()