Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D53c700.c497 sbcl_to_string(__u8 sbcl) in sbcl_to_string() argument
504 if((1<<i) & sbcl) in sbcl_to_string()
507 strcat(ret, NCR_700_SBCL_to_phase[sbcl & 0x07]); in sbcl_to_string()
1300 __u8 sbcl; in process_selection() local
1312 sbcl = NCR_700_readb(host, SBCL_REG); in process_selection()
1313 if((sbcl & SBCL_IO) == 0) { in process_selection()
1654 __u8 sbcl = NCR_700_readb(host, SBCL_REG); in NCR_700_intr() local
1656 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
H A Dncr53c8xx.c6080 u_char cmd, sbcl; in ncr_int_ma() local
6085 sbcl = INB (nc_sbcl); in ncr_int_ma()
6123 printk ("P%x%x RL=%d D=%d SS0=%x ", cmd&7, sbcl&7, in ncr_int_ma()
6128 printk ("P%x%x RL=%d ", cmd&7, sbcl&7, rest); in ncr_int_ma()
6256 cmd&7, sbcl&7, (unsigned)olen, in ncr_int_ma()
/linux/drivers/scsi/sym53c8xx_2/
H A 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))