Searched refs:lqistat1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic79xx.c118 u_int lqistat1);
1507 u_int lqistat1; local
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
1763 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
1765 if ((lqistat1 & (LQICRCI_NLQ|LQICRCI_LQ)) == 0
1779 lqistat1 |
1935 ahd_handle_lqiphase_error(struct ahd_softc *ahd, u_int lqistat1) argument
[all...]

Completed in 407 milliseconds