Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DNCR5380.c481 NCR5380_poll_politely(hostdata, in NCR5380_maybe_reset_bus()
1136 err = NCR5380_poll_politely(hostdata, STATUS_REG, SR_BSY, SR_BSY, in NCR5380_select()
1280 if (NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, in NCR5380_transfer_pio()
1326 if (NCR5380_poll_politely(hostdata, in NCR5380_transfer_pio()
1427 rc = NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, in do_abort()
1439 rc = NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, 0, in do_abort()
1628 if (NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in NCR5380_transfer_dma()
1633 if (NCR5380_poll_politely(hostdata, STATUS_REG, in NCR5380_transfer_dma()
2009 NCR5380_poll_politely(hostdata, STATUS_REG, SR_REQ, SR_REQ, HZ); in NCR5380_information_transfer()
2058 if (NCR5380_poll_politely(hostdata, in NCR5380_reselect()
[all …]
H A Dmac_scsi.c286 while (!NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in macscsi_pread()
345 while (!NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in macscsi_pwrite()
362 if (NCR5380_poll_politely(hostdata, TARGET_COMMAND_REG, in macscsi_pwrite()
H A Dg_NCR5380.c531 if (NCR5380_poll_politely(hostdata, hostdata->c400_ctl_status, in generic_NCR5380_precv()
565 if (residual == 0 && NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in generic_NCR5380_precv()
645 if (NCR5380_poll_politely(hostdata, TARGET_COMMAND_REG, in generic_NCR5380_psend()
651 if (NCR5380_poll_politely(hostdata, BUS_AND_STATUS_REG, in generic_NCR5380_psend()
H A DNCR5380.h295 static inline int NCR5380_poll_politely(struct NCR5380_hostdata *hostdata, in NCR5380_poll_politely() function