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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.reg 1953 register PERRDIAG {
aic79xx_reg.h 593 ahd_print_register(NULL, 0, "PERRDIAG", 0x4e, regvalue, cur_col, wrap)
2782 #define PERRDIAG 0x4e
  /src/sys/dev/ic/
aic79xx.c 1757 u_int perrdiag; local in function:ahd_handle_transmission_error
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 21 milliseconds