HomeSort by: relevance | last modified time | path
    Searched refs:LQOSTAT1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 542 * The update is correct for LQOSTAT1 errors. All
549 test LQOSTAT1, LQOBUSFREE jnz idle_loop;
624 test LQOSTAT1, LQOPHACHGINPKT jnz unexpected_nonpkt_phase;
aic79xx.reg 2185 register LQOSTAT1 {
aic79xx_reg.h 719 ahd_print_register(NULL, 0, "LQOSTAT1", 0x55, regvalue, cur_col, wrap)
2902 #define LQOSTAT1 0x55
  /src/sys/dev/ic/
aic79xx.c 1640 u_int lqostat1; local in function:ahd_handle_scsiint
1660 lqostat1 = ahd_inb(ahd, LQOSTAT1);
1690 packetized = (lqostat1 & LQOBUSFREE) != 0;
1979 u_int lqostat1; local in function:ahd_handle_pkt_busfree
1983 lqostat1 = ahd_inb(ahd, LQOSTAT1);
1984 if ((lqostat1 & LQOBUSFREE) != 0) {
8713 ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50);

Completed in 23 milliseconds