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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c280 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) function
301 if (acornscsi_sbic_wait(host, ASR_CIP, 0, 1000, "issuing command"))
1331 acornscsi_sbic_wait(host, ASR_DBR, ASR_DBR, 1000, "sending message 1");
1345 acornscsi_sbic_wait(host, ASR_DBR, ASR_DBR, 1000, "sending message 2");
1402 acornscsi_sbic_wait(host, ASR_DBR, ASR_DBR, 1000, "reading status byte");
1418 acornscsi_sbic_wait(host, ASR_DBR, ASR_DBR, 1000, "for message byte");
1423 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after message byte");
1461 acornscsi_sbic_wait(host, ASR_INT, ASR_INT, 1000, "for interrupt after negate ack");

Completed in 98 milliseconds