Searched refs:stat1 (Results 1 – 5 of 5) sorted by relevance
50 unsigned long stat0, stat1; in sa1111_IRQ_demux() local56 stat1 = INTSTATCLR1; in sa1111_IRQ_demux()58 if (stat0 == 0 && stat1 == 0) in sa1111_IRQ_demux()65 for (i = IRQ_SA1111_START + 32; stat1; i++, stat1 >>= 1) in sa1111_IRQ_demux()66 if (stat1 & 1) in sa1111_IRQ_demux()
400 ioc_error(__u32 stat0, __u32 stat1) in ioc_error() argument419 code > 3 ? "PCI" : "CPU", pci_cmd[cmd], stat1, err_name[code]); in ioc_error()
267 register int stat1; in get_status() local269 stat1 = inb_status(base_addr); in get_status()270 } while (stat1 != inb_status(base_addr) && time_before(jiffies, timeout)); in get_status()273 return stat1; in get_status()
160 unsigned char stat1, signature; in opl3_detect() local195 signature = stat1 = inb(ioaddr); /* Status register */ in opl3_detect()
2911 unsigned int stat1 = GETPORT(SSTAT1); local2916 if(stat1 & SCSIRSTI) {2924 } else if(stat1 & SELTO) {2926 } else if(stat1 & BUSFREE) {2929 } else if(stat1 & SCSIPERR) {2932 } else if(stat1 & REQINIT) {