Searched refs:sbcl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | 53c700.c | 497 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()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 2303 u_char sbcl = INB(np, nc_sbcl); local 2310 sym_name(np), hsts, dbc, sbcl); 2331 if ((cmd & 0xc0) || !(phase & 1) || !(sbcl & 0x8))
|