Searched refs:DTC_CONTROL_REG (Results 1 – 1 of 1) sorted by relevance
106 #define DTC_CONTROL_REG 0x100 /* rw */ macro255 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()