Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
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) in NCR5380_pread()
430 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pwrite()
Dg_NCR5380.c591 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY); in NCR5380_pread()
608 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pread()
677 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pwrite()
692 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pwrite()
DNCR5380.h178 #define CSR_HOST_BUF_NOT_RDY 0x04 /* ro Is Host buffer ready */ macro