Searched refs:HA_RSTATUS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Deata_pio.c227 if (inb(sh->base + HA_RSTATUS) & HA_SBUSY)
240 stat = inb(base + HA_RSTATUS);
309 if (!(inb(base + HA_RSTATUS) & HA_SERROR)) {
319 eata_stat = inb(base + HA_RSTATUS);
340 while (inb(base + HA_RSTATUS) & HA_SBUSY)
443 while (!(inb(base + HA_RSTATUS) & HA_SDRQ))
592 while (!(inb(base + HA_RSTATUS) & HA_SDRQ));
598 while (inb(base + HA_RSTATUS) & HA_SBUSY);
599 if (inb(base + HA_RSTATUS) & HA_SERROR)
601 else if (!(inb(base + HA_RSTATUS)
[all...]
H A Deata_generic.h136 #define HA_RSTATUS 0x07 /* status register offset */ macro

Completed in 101 milliseconds