Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmac_scsi.c162 while (!NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in macscsi_pread()
264 while (!NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in macscsi_pwrite()
282 if (NCR5380_poll_politely(hostdata, TARGET_COMMAND_REG, in macscsi_pwrite()
DNCR5380.c459 NCR5380_poll_politely(hostdata, in NCR5380_maybe_reset_bus()
1102 err = NCR5380_poll_politely(hostdata, STATUS_REG, SR_BSY, SR_BSY, in NCR5380_select()
1148 err = NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, HZ); in NCR5380_select()
1246 if (NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, HZ) < 0) in NCR5380_transfer_pio()
1291 if (NCR5380_poll_politely(hostdata, in NCR5380_transfer_pio()
1391 rc = NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, 10 * HZ); in do_abort()
1402 rc = NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, 0, 3 * HZ); in do_abort()
1590 if (NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in NCR5380_transfer_dma()
1595 if (NCR5380_poll_politely(hostdata, STATUS_REG, in NCR5380_transfer_dma()
1984 NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, HZ); in NCR5380_information_transfer()
[all …]
Dg_NCR5380.c530 if (NCR5380_poll_politely(hostdata, hostdata->c400_ctl_status, in generic_NCR5380_precv()
564 if (residual == 0 && NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in generic_NCR5380_precv()
644 if (NCR5380_poll_politely(hostdata, TARGET_COMMAND_REG, in generic_NCR5380_psend()
650 if (NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in generic_NCR5380_psend()
DNCR5380.h285 static inline int NCR5380_poll_politely(struct NCR5380_hostdata *hostdata, in NCR5380_poll_politely() function