Home
last modified time | relevance | path

Searched refs:SELINGO (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/scsi/
Daha152x.h143 #define SELINGO 0x10 macro
Daha152x.c1593 else if (TESTLO(SSTAT0, SELINGO)) in selto_run()
2629 if (s & SELINGO) in get_ports()
2670 if (s & SELINGO) in get_ports()
/linux-5.19.10/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped95 { "SELINGO", 0x10, 0x10 },
Daic79xx_reg_print.c_shipped259 { "SELINGO", 0x10, 0x10 },
Daic7xxx_reg.h_shipped274 #define SELINGO 0x10
Daic79xx.seq82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus;
162 test SSTAT0, SELDO|SELINGO jnz . + 2;
1222 test SSTAT0, SELDO|SELINGO jnz . + 2;
Daic7xxx.reg306 field SELINGO 0x10 /* Selection In Progress */
Daic79xx_reg.h_shipped744 #define SELINGO 0x10
Daic79xx_core.c4243 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs()
7854 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
Daic79xx.reg1921 field SELINGO 0x10 /* Selection In Progress */
Daic7xxx_core.c5583 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()