Searched refs:TimerStatus2x8 (Results 1 – 3 of 3) sorted by relevance
59 return GUSregb(TimerStatus2x8); in gus_read()204 GUSregb(TimerStatus2x8) |= 0x08; in gus_write()218 … GUSregb(TimerStatus2x8) &= 0x1f; /* AdLib IRQ reset? -> clear maskable adl. timer int regs */ in gus_write()227 GUSregb(TimerStatus2x8) |= 0x01; in gus_write()260 GUSregb(TimerStatus2x8) |= 0x10; /* SB IRQ enabled? -> set 2xCIRQ bit */ in gus_write()386 … GUSregb(TimerStatus2x8) &= 0xe7; /* sb IRQ dis? -> clear 2x8/2xC sb IRQ flags */ in gus_write()388 … GUSregb(TimerStatus2x8) &= 0xfe; /* adlib data IRQ dis? -> clear 2x8 adlib IRQ flag */ in gus_write()389 if (!(GUSregb(TimerStatus2x8) & 0x19)) in gus_write()397 GUSregb(TimerStatus2x8) |= 0xc0; /* maskable bits */ in gus_write()400 GUSregb(TimerStatus2x8) |= 4; /* nonmaskable bit */ in gus_write()[all …]
201 GUSregb(TimerStatus2x8) |= 0xc0; /* maskable bits */ in gus_irqgen()204 GUSregb(TimerStatus2x8) |= 4; /* nonmaskable bit */ in gus_irqgen()220 GUSregb(TimerStatus2x8) |= 0xa0; /* maskable bits */ in gus_irqgen()223 GUSregb(TimerStatus2x8) |= 2; /* nonmaskable bit */ in gus_irqgen()
98 #define TimerStatus2x8 (VSRVolRampControl+2+(16*2)*6+1) macro