Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Ddtc.c106 #define DTC_CONTROL_REG 0x100 /* rw */ macro
255 NCR5380_write(DTC_CONTROL_REG, CSR_5380_INTR); /* Enable int's */ in dtc_detect()
340 NCR5380_write(DTC_CONTROL_REG, CSR_DIR_READ); in NCR5380_pread()
342 NCR5380_write(DTC_CONTROL_REG, CSR_DIR_READ | CSR_INT_BASE); in NCR5380_pread()
347 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pread()
358 while (!(NCR5380_read(DTC_CONTROL_REG) & D_CR_ACCESS)) in NCR5380_pread()
388 NCR5380_write(DTC_CONTROL_REG, 0); in NCR5380_pwrite()
390 NCR5380_write(DTC_CONTROL_REG, CSR_5380_INTR); in NCR5380_pwrite()
395 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pwrite()
403 while (!(NCR5380_read(DTC_CONTROL_REG) & D_CR_ACCESS)) in NCR5380_pwrite()