Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Daha152x.h142 #define SELINGO 0x10 macro
Daha152x.c1726 } else if (TESTLO(SSTAT0, SELINGO)) { in selto_run()
2710 if (s & SELINGO) in disp_ports()
2751 if (s & SELINGO) in disp_ports()
3083 if (s & SELINGO) in get_ports()
3124 if (s & SELINGO) in get_ports()
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h87 #define SELINGO 0x10 macro
Daic7xxx.reg260 bit SELINGO 0x10 /* Selection In Progress */
/linux-3.4.99/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.c5646 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()