Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A D53c700.c459 count = ((NCR_700_readb(host, DFIFO_REG) & 0x7f) - in NCR_700_data_residual()
462 count = ((NCR_700_readb(host, DFIFO_REG) & 0x3f) - in NCR_700_data_residual()
467 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f; in NCR_700_data_residual()
470 ddir = NCR_700_readb(host, CTEST0_REG) & 0x01; in NCR_700_data_residual()
481 __u8 sstat = NCR_700_readb(host, SSTAT1_REG); in NCR_700_data_residual()
1303 id = NCR_700_readb(host, hostdata->chip710 ? in process_selection()
1312 sbcl = NCR_700_readb(host, SBCL_REG); in process_selection()
1503 if((istat = NCR_700_readb(host, ISTAT_REG)) in NCR_700_intr()
1515 sstat0 = NCR_700_readb(host, SSTAT0_REG); in NCR_700_intr()
1521 dstat = NCR_700_readb(host, DSTAT_REG); in NCR_700_intr()
[all …]
H A D53c700.h481 NCR_700_readb(struct Scsi_Host *host, __u32 reg) in NCR_700_readb() function