Searched refs:SEQCTL (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1191 ahc_outb(ahc, SEQCTL, 0);
1240 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1317 ahc_outb(ahc, SEQCTL, PERRORDIS);
1337 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
2082 ahc_outb(ahc, SEQCTL, ahc->seqctl);
H A Daic7xxx.c306 ahc_outb(ahc, SEQCTL, ahc->seqctl);
628 printf("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL));
1497 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
1511 ahc_outb(ahc, SEQCTL, ahc->seqctl);
6402 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
6458 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
6517 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
6789 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50);
H A Daic7xxx_reg.h483 ahc_print_register(NULL, 0, "SEQCTL", 0x60, regvalue, cur_col, wrap)
1421 #define SEQCTL 0x60 macro

Completed in 73 milliseconds