Searched refs:PHASEMIS (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.h | 162 #define PHASEMIS 0x10 macro
|
D | aha152x.c | 1681 if(sstat1 & (PHASECHG|PHASEMIS|BUSFREE) || !(sstat1 & REQINIT)) in msgi_run() 2647 if (s & PHASEMIS) in get_ports() 2689 if (s & PHASEMIS) in get_ports()
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 113 { "PHASEMIS", 0x10, 0x10 },
|
D | aic7xxx.seq | 896 test SSTAT1,PHASEMIS jz .; 922 * so ignore PHASEMIS. 927 test SSTAT1,PHASEMIS jz ultra2_dma_loop; 1115 test SSTAT1,PHASEMIS jz dma_loop; /* ie. underrun */ 1121 * PHASEMIS is active). If we are doing a SCSI->Host transfer, 1268 test SSTAT1,PHASEMIS jz data_phase_loop; 1443 test SSTAT1, PHASEMIS jz . - 1;
|
D | aic79xx_reg_print.c_shipped | 277 { "PHASEMIS", 0x10, 0x10 },
|
D | aic7xxx_reg.h_shipped | 294 #define PHASEMIS 0x10
|
D | aic7xxx.reg | 340 field PHASEMIS 0x10
|
D | aic79xx_reg.h_shipped | 763 #define PHASEMIS 0x10
|
D | aic79xx.reg | 1975 field PHASEMIS 0x10
|
D | aic79xx.seq | 920 test SSTAT1, PHASEMIS jnz p_command_xfer_failed;
|