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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dg_NCR5380.c567 NCR5380_write(C400_CONTROL_STATUS_REG, CSR_BASE | CSR_TRANS_DIR);
573 if (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_GATED_53C80_IRQ) {
577 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY);
594 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
612 if (!(NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_GATED_53C80_IRQ))
643 NCR5380_write(C400_CONTROL_STATUS_REG, CSR_BASE);
646 if (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_GATED_53C80_IRQ) {
654 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
669 while (NCR5380_read(C400_CONTROL_STATUS_REG) & CSR_HOST_BUF_NOT_RDY)
690 while (!(i = NCR5380_read(C400_CONTROL_STATUS_REG)
[all...]
H A DNCR5380.h169 #define C400_CONTROL_STATUS_REG NCR53C400_register_offset-8 /* rw */ macro
H A DNCR5380.c819 NCR5380_write(C400_CONTROL_STATUS_REG, CSR_BASE);

Completed in 121 milliseconds