Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Ddtc.c74 #define DTC_CONTROL_REG 0x100 /* rw */ macro
245 NCR5380_write(DTC_CONTROL_REG, CSR_5380_INTR); /* Enable int's */ in dtc_detect()
341 NCR5380_write(DTC_CONTROL_REG, CSR_DIR_READ); in NCR5380_pread()
343 NCR5380_write(DTC_CONTROL_REG, CSR_DIR_READ | CSR_INT_BASE); in NCR5380_pread()
348 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pread()
359 while (!(NCR5380_read(DTC_CONTROL_REG) & D_CR_ACCESS)) in NCR5380_pread()
393 NCR5380_write(DTC_CONTROL_REG, 0); in NCR5380_pwrite()
395 NCR5380_write(DTC_CONTROL_REG, CSR_5380_INTR); in NCR5380_pwrite()
400 while (NCR5380_read(DTC_CONTROL_REG) & CSR_HOST_BUF_NOT_RDY) in NCR5380_pwrite()
408 while (!(NCR5380_read(DTC_CONTROL_REG) & D_CR_ACCESS)) in NCR5380_pwrite()