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

/drivers/scsi/
H A Ddtc.c111 #define CSR_HOST_BUF_NOT_RDY 0x04 /* ro Host buffer not ready */ macro
379 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY)
430 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY)
H A Dg_NCR5380.c591 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY);
608 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
677 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
692 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
H A DNCR5380.h178 #define CSR_HOST_BUF_NOT_RDY 0x04 /* ro Is Host buffer ready */ macro

Completed in 162 milliseconds