Searched refs:SELINGO (Results 1 – 13 of 13) sorted by relevance
/drivers/scsi/ |
D | aha152x.h | 142 #define SELINGO 0x10 macro
|
D | aha152x.c | 1726 } 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()
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 87 #define SELINGO 0x10 macro
|
D | aic7xxx.reg | 260 bit SELINGO 0x10 /* Selection In Progress */
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 95 { "SELINGO", 0x10, 0x10 },
|
D | aic79xx_reg_print.c_shipped | 242 { "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 | aic7xxx.reg | 306 field SELINGO 0x10 /* Selection In Progress */
|
D | aic79xx_reg.h_shipped | 1619 #define SELINGO 0x10
|
D | aic79xx_core.c | 4279 && (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()
|
D | aic79xx.reg | 1921 field SELINGO 0x10 /* Selection In Progress */
|
D | aic7xxx_core.c | 5646 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0)); in ahc_pause_and_flushwork()
|