Searched refs:HA_SBUSY (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)
287 if (stat & HA_SBUSY)
324 while (inb(base + HA_RSTATUS) & HA_SBUSY)
584 while (inb(base + HA_RSTATUS) & HA_SBUSY)
610 while (inb(base + HA_RSTATUS) & HA_SBUSY)
673 while (inb(base + HA_RSTATUS) & HA_SBUSY);
676 while (inb(base + HA_RSTATUS) & HA_SBUSY)
687 } while (inb(base + HA_RSTATUS) & (HA_SBUSY | HA_SDRQ));
H A Deata_generic.h149 #define HA_SBUSY 0x80 /* drive busy */ macro

Completed in 100 milliseconds