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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddtc.c108 #define CSR_HOST_BUF_NOT_RDY 0x04 /* ro Host buffer not ready */ macro
370 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY)
421 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY)
H A Dg_NCR5380.c576 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY);
593 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
653 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
668 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 115 milliseconds