Home
last modified time | relevance | path

Searched refs:sbcl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/
D53c700.c467 sbcl_to_string(__u8 sbcl) in sbcl_to_string() argument
474 if((1<<i) & sbcl) in sbcl_to_string()
477 strcat(ret, NCR_700_SBCL_to_phase[sbcl & 0x07]); in sbcl_to_string()
1274 __u8 sbcl; in process_selection() local
1286 sbcl = NCR_700_readb(host, SBCL_REG); in process_selection()
1287 if((sbcl & SBCL_IO) == 0) { in process_selection()
1636 __u8 sbcl = NCR_700_readb(host, SBCL_REG); in NCR_700_intr() local
1638 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
Dncr53c8xx.c6246 u_char cmd, sbcl; in ncr_int_ma() local
6251 sbcl = INB (nc_sbcl); in ncr_int_ma()
6289 printk ("P%x%x RL=%d D=%d SS0=%x ", cmd&7, sbcl&7, in ncr_int_ma()
6294 printk ("P%x%x RL=%d ", cmd&7, sbcl&7, rest); in ncr_int_ma()
6422 cmd&7, sbcl&7, (unsigned)olen, in ncr_int_ma()
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c2303 u_char sbcl = INB(np, nc_sbcl); local
2310 sym_name(np), hsts, dbc, sbcl);
2331 if ((cmd & 0xc0) || !(phase & 1) || !(sbcl & 0x8))