lqistat1          141 dev/ic/aic79xx.c 						  u_int lqistat1);
lqistat1         1556 dev/ic/aic79xx.c 	u_int		 lqistat1;
lqistat1         1567 dev/ic/aic79xx.c 	lqistat1 = ahd_inb(ahd, LQISTAT1);
lqistat1         1687 dev/ic/aic79xx.c 	} else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
lqistat1         1692 dev/ic/aic79xx.c 		ahd_handle_lqiphase_error(ahd, lqistat1);
lqistat1         1693 dev/ic/aic79xx.c 	} else if ((lqistat1 & LQICRCI_NLQ) != 0) {
lqistat1         1702 dev/ic/aic79xx.c 		|| (lqistat1 & LQOBUSFREE) != 0) {
lqistat1         1827 dev/ic/aic79xx.c 	u_int	lqistat1;
lqistat1         1838 dev/ic/aic79xx.c 	lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
lqistat1         1840 dev/ic/aic79xx.c 	if ((lqistat1 & (LQICRCI_NLQ|LQICRCI_LQ)) == 0
lqistat1         1854 dev/ic/aic79xx.c 			lqistat1 |= LQICRCI_NLQ;
lqistat1         1859 dev/ic/aic79xx.c 	ahd_outb(ahd, CLRLQIINT1, lqistat1);
lqistat1         1870 dev/ic/aic79xx.c 	if (lqistat1 == 0
lqistat1         1871 dev/ic/aic79xx.c 	 || (lqistat1 & LQICRCI_NLQ) != 0) {
lqistat1         1872 dev/ic/aic79xx.c 	 	if ((lqistat1 & (LQICRCI_NLQ|LQIOVERI_NLQ)) != 0)
lqistat1         1883 dev/ic/aic79xx.c 		ahd_lqistat1_print(lqistat1, &cur_col, 50);
lqistat1         1891 dev/ic/aic79xx.c 	if ((lqistat1 & (LQIOVERI_LQ|LQIOVERI_NLQ)) != 0) {
lqistat1         1895 dev/ic/aic79xx.c 			       ahd_name(ahd), lqistat1);
lqistat1         1899 dev/ic/aic79xx.c 	} else if ((lqistat1 & LQICRCI_LQ) != 0) {
lqistat1         1923 dev/ic/aic79xx.c 	} else if ((lqistat1 & LQICRCI_NLQ) != 0) {
lqistat1         1977 dev/ic/aic79xx.c 	} else if ((lqistat1 & LQIBADLQI) != 0) {
lqistat1         2010 dev/ic/aic79xx.c ahd_handle_lqiphase_error(struct ahd_softc *ahd, u_int lqistat1)
lqistat1         2016 dev/ic/aic79xx.c 	ahd_outb(ahd, CLRLQIINT1, lqistat1);
lqistat1         2029 dev/ic/aic79xx.c 		if ((lqistat1 & LQIPHASE_LQ) != 0) {
lqistat1         2032 dev/ic/aic79xx.c 		} else if ((lqistat1 & LQIPHASE_NLQ) != 0) {