Searched refs:DISCONNECTED (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 485 #define DISCONNECTED 0x04 macro
|
D | aic7xxx.seq | 887 or SCB_CONTROL,DISCONNECTED; 983 test SCB_CONTROL,DISCONNECTED jz not_found_cleanup_scb; 984 and SCB_CONTROL,~DISCONNECTED; 993 test SCB_CONTROL, DISCONNECTED jz . + 3; 1534 * Link this SCB into the DISCONNECTED list. This list holds the
|
D | aic7xxx.reg | 900 bit DISCONNECTED 0x04
|
/linux-2.4.37.9/drivers/scsi/ |
D | tmscsim.h | 555 #define DISCONNECTED BIT5 macro
|
D | scsiiom.c | 313 if (istatus & DISCONNECTED) in DC390_Interrupt()
|
D | aic7xxx_old.c | 4273 if (((scb->hscb->control & DISCONNECTED) == 0) && in aic7xxx_calculate_residual() 11073 if (aic_inb(p, SCB_CONTROL) & DISCONNECTED) in aic7xxx_bus_device_reset()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1709 or SCB_CONTROL,DISCONNECTED; 1922 test SCB_CONTROL,DISCONNECTED jz not_found_cleanup_scb; 1923 and SCB_CONTROL,~DISCONNECTED; 2343 test SCB_CONTROL,DISCONNECTED jnz add_scb_to_disc_list; 2385 * Link this SCB into the DISCONNECTED list. This list holds the
|
D | aic79xx.seq | 938 test SCB_CONTROL,DISCONNECTED jz verify_other_scb; 956 test SCB_CONTROL,DISCONNECTED jz not_found; 958 and SCB_CONTROL,~DISCONNECTED; 1098 or SCB_CONTROL,DISCONNECTED;
|
D | aic7xxx_reg.h | 1640 #define DISCONNECTED 0x04 macro
|
D | aic7xxx.reg | 1072 field DISCONNECTED 0x04
|
D | aic79xx_reg.h | 3662 #define DISCONNECTED 0x04 macro
|
D | aic79xx_osm.c | 1470 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
|
D | aic7xxx_osm.c | 4950 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
|
D | aic79xx.reg | 3814 field DISCONNECTED 0x04
|