HomeSort by: relevance | last modified time | path
    Searched defs:perrdiag (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 1757 u_int perrdiag; local
1787 perrdiag = ahd_inb(ahd, PERRDIAG);
1811 ahd_perrdiag_print(perrdiag, &cur_col, 50);
1906 } else if ((perrdiag & (PARITYERR|PREVPHASE)) == PARITYERR) {
2069 } else if ((ahd_inb(ahd, PERRDIAG) & PARITYERR) != 0) {
8707 ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50);

Completed in 25 milliseconds