Searched refs:SELINGO (Results 1 – 11 of 11) sorted by relevance
/drivers/scsi/ |
D | aha152x.h | 143 #define SELINGO 0x10 macro
|
D | aha152x.c | 1593 else if (TESTLO(SSTAT0, SELINGO)) in selto_run() 2629 if (s & SELINGO) in get_ports() 2670 if (s & SELINGO) in get_ports()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 95 { "SELINGO", 0x10, 0x10 },
|
D | aic79xx_reg_print.c_shipped | 259 { "SELINGO", 0x10, 0x10 },
|
D | aic7xxx_reg.h_shipped | 274 #define SELINGO 0x10
|
D | aic79xx.seq | 82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus; 162 test SSTAT0, SELDO|SELINGO jnz . + 2; 1222 test SSTAT0, SELDO|SELINGO jnz . + 2;
|
D | aic79xx_reg.h_shipped | 744 #define SELINGO 0x10
|
D | aic7xxx.reg | 306 field SELINGO 0x10 /* Selection In Progress */
|
D | aic79xx_core.c | 4243 && (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()
|
D | aic79xx.reg | 1921 field SELINGO 0x10 /* Selection In Progress */
|
D | aic7xxx_core.c | 5583 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|