Searched refs:sbcl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | 53c700.c | 480 sbcl_to_string(__u8 sbcl) in sbcl_to_string() argument 487 if((1<<i) & sbcl) in sbcl_to_string() 490 strcat(ret, NCR_700_SBCL_to_phase[sbcl & 0x07]); in sbcl_to_string() 1287 __u8 sbcl; in process_selection() local 1299 sbcl = NCR_700_readb(host, SBCL_REG); in process_selection() 1300 if((sbcl & SBCL_IO) == 0) { in process_selection() 1649 __u8 sbcl = NCR_700_readb(host, SBCL_REG); in NCR_700_intr() local 1651 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
|
D | ncr53c8xx.c | 6255 u_char cmd, sbcl; in ncr_int_ma() local 6260 sbcl = INB (nc_sbcl); in ncr_int_ma() 6298 printk ("P%x%x RL=%d D=%d SS0=%x ", cmd&7, sbcl&7, in ncr_int_ma() 6303 printk ("P%x%x RL=%d ", cmd&7, sbcl&7, rest); in ncr_int_ma() 6431 cmd&7, sbcl&7, (unsigned)olen, in ncr_int_ma()
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 2316 u_char sbcl = INB(np, nc_sbcl); local 2323 sym_name(np), hsts, dbc, sbcl); 2344 if ((cmd & 0xc0) || !(phase & 1) || !(sbcl & 0x8))
|