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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_pio.c211 if (inb(sh->base + HA_RSTATUS) & HA_SBUSY)
224 stat = inb(base + HA_RSTATUS);
293 if (!(inb(base + HA_RSTATUS) & HA_SERROR)) {
303 eata_stat = inb(base + HA_RSTATUS);
324 while (inb(base + HA_RSTATUS) & HA_SBUSY)
426 while (!(inb(base + HA_RSTATUS) & HA_SDRQ))
576 while (!(inb(base + HA_RSTATUS) & HA_SDRQ))
584 while (inb(base + HA_RSTATUS) & HA_SBUSY)
587 if (inb(base + HA_RSTATUS) & HA_SERROR)
589 else if (!(inb(base + HA_RSTATUS)
[all...]
H A Deata_generic.h136 #define HA_RSTATUS 0x07 /* status register offset */ macro

Completed in 42 milliseconds