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

/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c1104 ahc_outb(ahc, SEQCTL, 0);
1153 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1230 ahc_outb(ahc, SEQCTL, PERRORDIS);
1250 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1988 ahc_outb(ahc, SEQCTL, ahc->seqctl);
H A Daic7xxx_core.c335 * cleared in the SEQCTL register. The sequencer may use PAUSEDIS
868 ahc_outb(ahc, SEQCTL, ahc->seqctl);
1187 printk("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL));
2059 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
2073 ahc_outb(ahc, SEQCTL, ahc->seqctl);
6834 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
6890 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
6949 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
7215 ahc_seqctl_print(ahc_inb(ahc, SEQCTL),
[all...]
H A Daic7xxx.reg607 register SEQCTL {
H A Daic7xxx_reg.h_shipped117 ahc_print_register(NULL, 0, "SEQCTL", 0x60, regvalue, cur_col, wrap)
543 #define SEQCTL 0x60
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq79 and SEQCTL, ~PAUSEDIS;
103 or SEQCTL, PAUSEDIS;
106 and SEQCTL, ~PAUSEDIS;
H A Daic7xxx_reg.h309 #define SEQCTL 0x60 macro
H A Daic7xxx.reg472 register SEQCTL {
/drivers/scsi/
H A Daic7xxx_old.c1538 aic_outb(p, FASTMODE, SEQCTL);
1756 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL);
1773 aic_outb(p, FASTMODE | FAILDIS, SEQCTL);
1777 aic_outb(p, FASTMODE, SEQCTL);
1798 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL);
1822 aic_outb(p, FASTMODE | FAILDIS, SEQCTL);
1826 aic_outb(p, FASTMODE, SEQCTL);
11079 for(i = SRAM_BASE; i < SEQCTL; i++)

Completed in 63 milliseconds