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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.reg 2042 register LQISTAT1 {
aic79xx_reg.h 642 ahd_print_register(NULL, 0, "LQISTAT1", 0x51, regvalue, cur_col, wrap)
2822 #define LQISTAT1 0x51
  /src/sys/dev/ic/
aic79xx.c 118 u_int lqistat1);
1507 u_int lqistat1; local in function:ahd_handle_scsiint
1518 lqistat1 = ahd_inb(ahd, LQISTAT1);
1629 } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1630 ahd_handle_lqiphase_error(ahd, lqistat1);
1631 } else if ((lqistat1 & LQICRCI_NLQ) != 0) {
1753 u_int lqistat1; local in function:ahd_handle_transmission_error
1763 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ)
    [all...]

Completed in 17 milliseconds