Searched refs:stat1 (Results 1 – 2 of 2) sorted by relevance
102 unsigned char stat1, stat2, signature; in snd_opl3_detect() local108 signature = stat1 = inb(opl3->l_port); /* Status register */ in snd_opl3_detect()109 if ((stat1 & 0xe0) != 0x00) { /* Should be 0x00 */ in snd_opl3_detect()110 snd_printd("OPL3: stat1 = 0x%x\n", stat1); in snd_opl3_detect()
159 unsigned char stat1, signature; in opl3_detect() local192 signature = stat1 = inb(ioaddr); /* Status register */ in opl3_detect()