Searched refs:LQISTAT2 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 273 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED; in ahd_currently_packetized() 447 while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) { in ahd_flush_qoutfifo() 600 if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0 in ahd_handle_seqint() 1414 lqistat2 = ahd_inb(ahd, LQISTAT2); in ahd_handle_transmission_error() 3432 if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0) { in ahd_handle_message_phase() 8523 ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50); in ahd_dump_card_state()
|
D | aic79xx.seq | 108 test LQISTAT2, LQIGSAVAIL jz return; 1625 * Rev A. Snapshot LQISTAT2 so the status is not missed 1628 mov REG_ISR, LQISTAT2;
|
D | aic79xx_reg.h | 2852 #define LQISTAT2 0x52 macro
|
D | aic79xx.reg | 2091 register LQISTAT2 {
|