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

/linux-4.4.14/drivers/scsi/
H A Ddtc.c84 #define CSR_HOST_BUF_NOT_RDY 0x04 /* ro Host buffer not ready */ macro
348 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) NCR5380_pread()
400 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) NCR5380_pwrite()
H A Dg_NCR5380.c541 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY); NCR5380_pread()
558 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY) NCR5380_pread()
627 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY) NCR5380_pwrite()
642 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY) NCR5380_pwrite()
H A DNCR5380.h169 #define CSR_HOST_BUF_NOT_RDY 0x04 /* ro Is Host buffer ready */ macro

Completed in 149 milliseconds