Lines Matching refs:NCR_700_readb

340 		hostdata->rev = (NCR_700_readb(host, CTEST8_REG)>>4) & 0x0f;  in NCR_700_detect()
342 hostdata->rev = (NCR_700_readb(host, CTEST7_REG)>>4) & 0x0f; in NCR_700_detect()
343 hostdata->fast = (NCR_700_readb(host, CTEST9_REG) == 0); in NCR_700_detect()
406 count = ((NCR_700_readb(host, DFIFO_REG) & 0x7f) - in NCR_700_data_residual()
409 count = ((NCR_700_readb(host, DFIFO_REG) & 0x3f) - in NCR_700_data_residual()
414 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f; in NCR_700_data_residual()
417 ddir = NCR_700_readb(host, CTEST0_REG) & 0x01; in NCR_700_data_residual()
422 count += (NCR_700_readb(host, SSTAT2_REG) & 0xf0) >> 4; in NCR_700_data_residual()
424 if (NCR_700_readb(host, SSTAT1_REG) & SIDL_REG_FULL) in NCR_700_data_residual()
428 __u8 sstat = NCR_700_readb(host, SSTAT1_REG); in NCR_700_data_residual()
1124 sbcl_to_string(NCR_700_readb(host, SBCL_REG))); in process_script_interrupt()
1231 __u8 reselection_id = NCR_700_readb(host, SFBR_REG); in process_script_interrupt()
1341 id = NCR_700_readb(host, hostdata->chip710 ? in process_selection()
1350 sbcl = NCR_700_readb(host, SBCL_REG); in process_selection()
1553 if((istat = NCR_700_readb(host, ISTAT_REG)) in NCR_700_intr()
1567 sstat0 = NCR_700_readb(host, SSTAT0_REG); in NCR_700_intr()
1573 dstat = NCR_700_readb(host, DSTAT_REG); in NCR_700_intr()
1646 …n, lun, count, (void *)temp, temp - hostdata->pScript, sbcl_to_string(NCR_700_readb(host, SBCL_REG… in NCR_700_intr()
1701 __u8 sbcl = NCR_700_readb(host, SBCL_REG); in NCR_700_intr()