| aic79xx.c | 564 && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0)) 584 u_int seqintsrc; local in function:ahd_run_data_fifo 587 seqintsrc = ahd_inb(ahd, SEQINTSRC); 588 if ((seqintsrc & CFG4DATA) != 0) { 634 } else if ((seqintsrc & SAVEPTRS) != 0) { 8807 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50);
|