Searched refs:gus_readb (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | gus.c | 66 static uint32_t gus_readb(void *opaque, uint32_t nport) in gus_readb() function 226 {0x006, 10, 1, .read = gus_readb, .write = gus_writeb }, 227 {0x100, 8, 1, .read = gus_readb, .write = gus_writeb }, 232 {0, 2, 1, .read = gus_readb },
|