Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Daha152x.h142 #define SELINGO 0x10 macro
Daha152x.c1571 else if (TESTLO(SSTAT0, SELINGO)) in selto_run()
2590 if (s & SELINGO) in get_ports()
2631 if (s & SELINGO) in get_ports()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped95 { "SELINGO", 0x10, 0x10 },
Daic79xx_reg_print.c_shipped242 { "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_shipped1619 #define SELINGO 0x10
Daic79xx_core.c4279 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0) in ahd_update_pending_scbs()
7947 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahd_pause_and_flushwork()
Daic79xx.reg1921 field SELINGO 0x10 /* Selection In Progress */
Daic7xxx_core.c5645 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()