Lines Matching refs:seqctl
317 ahc_outb(ahc, SEQCTL, FASTMODE);
623 printf("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL));
1482 ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) | STEP);
1496 ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) & ~STEP);
4976 ahc->suspend_state.channel[1].seqctl = ahc_inb(ahc, SEQCTL);
4985 ahc->suspend_state.channel[0].seqctl = ahc_inb(ahc, SEQCTL);
5054 ahc_outb(ahc, SEQCTL, ahc->suspend_state.channel[1].seqctl);
5063 ahc_outb(ahc, SEQCTL, ahc->suspend_state.channel[0].seqctl);
6263 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
6319 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
6363 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
6645 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50);