Home
last modified time | relevance | path

Searched refs:CSR_GATED_53C80_IRQ (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dg_NCR5380.c357 if (NCR5380_read(hostdata->c400_ctl_status) & CSR_GATED_53C80_IRQ) { in generic_NCR5380_pread()
400 if (!(NCR5380_read(hostdata->c400_ctl_status) & CSR_GATED_53C80_IRQ)) in generic_NCR5380_pread()
433 if (NCR5380_read(hostdata->c400_ctl_status) & CSR_GATED_53C80_IRQ) { in generic_NCR5380_pwrite()
DNCR5380.h175 #define CSR_GATED_53C80_IRQ 0x01 /* ro Last block xferred */ macro