Searched refs:sbcl (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sim710.c | 404 sbcl_to_phase (int sbcl) { in sbcl_to_phase() argument 405 switch (sbcl & SBCL_PHASE_MASK) { in sbcl_to_phase() 731 unsigned char sbcl; in handle_phase_mismatch() local 733 sbcl = NCR_read8(SBCL_REG) & SBCL_PHASE_MASK; in handle_phase_mismatch() 737 host->host_no, sbcl_to_phase(sbcl), sbcl, index)); in handle_phase_mismatch() 745 if (sbcl == SBCL_PHASE_MSGIN) in handle_phase_mismatch() 747 else if (sbcl == SBCL_PHASE_CMDOUT) { in handle_phase_mismatch() 756 else if (sbcl == SBCL_PHASE_STATIN) { in handle_phase_mismatch() 764 host->host_no, sbcl_to_phase(sbcl)); in handle_phase_mismatch() 824 else if (sbcl == SBCL_PHASE_STATIN) { in handle_phase_mismatch() [all …]
|
D | 53c700.c | 444 sbcl_to_string(__u8 sbcl) in sbcl_to_string() argument 451 if((1<<i) & sbcl) in sbcl_to_string() 454 strcat(ret, NCR_700_SBCL_to_phase[sbcl & 0x07]); in sbcl_to_string() 1338 __u8 sbcl; in process_selection() local 1350 sbcl = NCR_700_readb(host, SBCL_REG); in process_selection() 1351 if((sbcl & SBCL_IO) == 0) { in process_selection() 1701 __u8 sbcl = NCR_700_readb(host, SBCL_REG); in NCR_700_intr() local 1703 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
|
D | 53c7xx.c | 318 static const char * sbcl_to_phase (int sbcl); 4493 sbcl_to_phase (int sbcl) { in sbcl_to_phase() argument 4494 switch (sbcl & SBCL_PHASE_MASK) { in sbcl_to_phase() 4560 unsigned char dcmd, sbcl; local 4595 sbcl = NCR53c7x0_read8(SBCL_REG) & SBCL_PHASE_MASK; 4677 switch (sbcl) { 4716 switch (sbcl) { 4740 sbcl_to_phase(sbcl)); 5684 unsigned char dcmd, sbcl; local 5693 sbcl = NCR53c7x0_read8 (SBCL_REG); [all …]
|
D | 53c7,8xx.c | 257 static const char * sbcl_to_phase (int sbcl); 4766 sbcl_to_phase (int sbcl) { 4767 switch (sbcl & SBCL_PHASE_MASK) { 4833 unsigned char dcmd, sbcl; 4867 sbcl = NCR53c7x0_read8(SBCL_REG) & SBCL_PHASE_MASK; 4947 switch (sbcl) { 4986 switch (sbcl) { 5018 sbcl_to_phase(sbcl)); 5994 unsigned char dcmd, sbcl; 6003 sbcl = NCR53c7x0_read8 (SBCL_REG); [all …]
|
D | ncr53c8xx.c | 6621 u_char cmd, sbcl; local 6626 sbcl = INB (nc_sbcl); 6664 printk ("P%x%x RL=%d D=%d SS0=%x ", cmd&7, sbcl&7, 6669 printk ("P%x%x RL=%d ", cmd&7, sbcl&7, rest); 6799 cmd&7, sbcl&7, (unsigned)olen,
|
D | sym53c8xx.c | 9202 u_char sbcl = INB (nc_sbcl); local 9208 ncr_name(np), hsts, dbc, sbcl); 9232 if ((cmd & 0xc0) || !(phase & 1) || !(sbcl & 0x8))
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 2283 u_char sbcl = INB (nc_sbcl); local 2289 sym_name(np), hsts, dbc, sbcl); 2310 if ((cmd & 0xc0) || !(phase & 1) || !(sbcl & 0x8))
|