Home
last modified time | relevance | path

Searched refs:PHASEMIS (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/scsi/
Daha152x.h162 #define PHASEMIS 0x10 macro
Daha152x.c1681 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-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx.seq896 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;
Daic7xxx_reg_print.c_shipped113 { "PHASEMIS", 0x10, 0x10 },
Daic79xx_reg_print.c_shipped277 { "PHASEMIS", 0x10, 0x10 },
Daic7xxx_reg.h_shipped294 #define PHASEMIS 0x10
Daic7xxx.reg340 field PHASEMIS 0x10
Daic79xx_reg.h_shipped763 #define PHASEMIS 0x10
Daic79xx.reg1975 field PHASEMIS 0x10
Daic79xx.seq920 test SSTAT1, PHASEMIS jnz p_command_xfer_failed;