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

/linux-4.1.27/drivers/scsi/
H A DNCR5380.c301 * NCR5380_poll_politely - wait for NCR5380 status bits
314 static int NCR5380_poll_politely(struct Scsi_Host *instance, int reg, int bit, int val, int t) NCR5380_poll_politely() function
871 NCR5380_poll_politely(instance, STATUS_REG, SR_BSY, 0, 5*HZ); NCR5380_init()
1155 NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, BASR_ACK, 0, 2*HZ); NCR5380_intr()
1244 err = NCR5380_poll_politely(instance, INITIATOR_COMMAND_REG, ICR_ARBITRATION_PROGRESS, ICR_ARBITRATION_PROGRESS, 5*HZ); NCR5380_select()
1430 err = NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, SR_REQ, HZ); NCR5380_select()
1578 NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, 0, 5*HZ); NCR5380_transfer_pio()
1669 rc = NCR5380_poll_politely(host, STATUS_REG, SR_REQ, SR_REQ, 60 * HZ); do_abort()
1680 rc = NCR5380_poll_politely(host, STATUS_REG, SR_REQ, 0, 3*HZ); do_abort()
2444 if(NCR5380_poll_politely(instance, STATUS_REG, SR_SEL, 0, 2*HZ)<0) NCR5380_reselect()
2454 if(NCR5380_poll_politely(instance, STATUS_REG, SR_REQ, SR_REQ, 2*HZ)) NCR5380_reselect()
2544 NCR5380_poll_politely(instance, BUS_AND_STATUS_REG, BASR_ACK, 0, 5*HZ); NCR5380_dma_complete()

Completed in 116 milliseconds