Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
DNCR5380.c314 static int NCR5380_poll_politely(struct Scsi_Host *instance, int reg, int bit, int val, int t) in NCR5380_poll_politely() function
871 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ); in NCR5380_init()
1155 NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, BASR_ACK, 0, 2*HZ); in NCR5380_intr()
1244 …err = NCR5380_poll_politely(instance, INITIATOR_COMMAND_REG, ICR_ARBITRATION_PROGRESS, ICR_ARBITRA… in NCR5380_select()
1430 err = NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, SR_REQ, HZ); in NCR5380_select()
1578 NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, 0, 5*HZ); in NCR5380_transfer_pio()
1669 rc = NCR5380_poll_politely(host, STATUS_REG, SR_REQ, SR_REQ, 60 * HZ); in do_abort()
1680 rc = NCR5380_poll_politely(host, STATUS_REG, SR_REQ, 0, 3*HZ); in do_abort()
2444 if(NCR5380_poll_politely(instance, STATUS_REG, SR_SEL, 0, 2*HZ)<0)
2454 if(NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, SR_REQ, 2*HZ))
[all …]