Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c58 if (GUSregb(GUS45TimerCtrl) & 1) in gus_read()
133 return GUSregb(GUS45TimerCtrl); /* TimerCtrlReg */ in gus_read()
202 if (GUSregb(GUS45TimerCtrl) & 0x20) /* SB IRQ enabled? -> set 2x6IRQ bit */ in gus_write()
215 …if ((GUSregb(AdLibCommand2xA) == 0x04) && (!(GUSregb(GUS45TimerCtrl) & 1))) /* GUS auto timer mode… in gus_write()
225 if (GUSregb(GUS45TimerCtrl) & 0x02) in gus_write()
258 if (GUSregb(GUS45TimerCtrl) & 0x20) in gus_write()
384 GUSregb(GUS45TimerCtrl) = (uint8_t) data; in gus_write()
462 GUSregb(GUS45TimerCtrl) = 0; in gus_write()
H A Dgusemu_mixer.c202 if (GUSregb(GUS45TimerCtrl) & 4) /* timer1 irq enable */ in gus_irqgen()
221 if (GUSregb(GUS45TimerCtrl) & 8) /* timer2 irq enable */ in gus_irqgen()
H A Dgustate.h109 #define GUS45TimerCtrl (VSRVolRampControl+2+(16*2)*8+2) macro