NCR_700_readb
sbcl_to_string(NCR_700_readb(host, SBCL_REG)));
__u8 reselection_id = NCR_700_readb(host, SFBR_REG);
id = NCR_700_readb(host, hostdata->chip710 ?
sbcl = NCR_700_readb(host, SBCL_REG);
if((istat = NCR_700_readb(host, ISTAT_REG))
sstat0 = NCR_700_readb(host, SSTAT0_REG);
dstat = NCR_700_readb(host, DSTAT_REG);
printk("scsi%d (%d:%d) PHASE MISMATCH IN SEND MESSAGE %d remain, return %p[%04x], phase %s\n", host->host_no, pun, lun, count, (void *)temp, temp - hostdata->pScript, sbcl_to_string(NCR_700_readb(host, SBCL_REG)));
__u8 sbcl = NCR_700_readb(host, SBCL_REG);
hostdata->rev = (NCR_700_readb(host, CTEST8_REG)>>4) & 0x0f;
hostdata->rev = (NCR_700_readb(host, CTEST7_REG)>>4) & 0x0f;
hostdata->fast = (NCR_700_readb(host, CTEST9_REG) == 0);
count = ((NCR_700_readb(host, DFIFO_REG) & 0x7f) -
count = ((NCR_700_readb(host, DFIFO_REG) & 0x3f) -
synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f;
ddir = NCR_700_readb(host, CTEST0_REG) & 0x01;
count += (NCR_700_readb(host, SSTAT2_REG) & 0xf0) >> 4;
if (NCR_700_readb(host, SSTAT1_REG) & SIDL_REG_FULL)
__u8 sstat = NCR_700_readb(host, SSTAT1_REG);