Searched defs:CSState (Results 1 – 2 of 2) sorted by relevance
66 typedef struct CSState CSState; typedef70 struct CSState { struct71 ISADevice dev;72 QEMUSoundCard card;73 MemoryRegion ioports;74 qemu_irq pic;75 uint32_t regs[CS_REGS];76 uint8_t dregs[CS_DREGS];77 uint32_t irq;78 uint32_t dma;[all …]
41 typedef struct CSState CSState; typedef45 struct CSState { struct60 CSState *s = CS4231(d); in cs_reset() argument