Home
last modified time | relevance | path

Searched refs:NCR5380_poll_politely (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/scsi/
DNCR5380.c325 static int NCR5380_poll_politely(struct Scsi_Host *instance, int reg, int bit, int val, int t) in NCR5380_poll_politely() function
912 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ); in NCR5380_init()
1214 NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, BASR_ACK, 0, 2*HZ); in NCR5380_intr()
1334 …err = NCR5380_poll_politely(instance, INITIATOR_COMMAND_REG, ICR_ARBITRATION_PROGRESS, ICR_ARBITRA… in NCR5380_select()
1521 err = NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, SR_REQ, HZ); in NCR5380_select()
1669 NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, 0, 5*HZ); in NCR5380_transfer_pio()
1760 rc = NCR5380_poll_politely(host, STATUS_REG, SR_REQ, SR_REQ, 60 * HZ); in do_abort()
1771 rc = NCR5380_poll_politely(host, STATUS_REG, SR_REQ, 0, 3*HZ); in do_abort()
2541 if(NCR5380_poll_politely(instance, STATUS_REG, SR_SEL, 0, 2*HZ)<0)
2551 if(NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, SR_REQ, 2*HZ))
[all …]