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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c292 ahc_outb(ahc, SEQCTL, FASTMODE);
609 printf("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL));
1409 ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) | STEP);
1419 ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) & ~STEP);
4831 ahc->suspend_state.channel[1].seqctl = ahc_inb(ahc, SEQCTL);
4840 ahc->suspend_state.channel[0].seqctl = ahc_inb(ahc, SEQCTL);
4909 ahc_outb(ahc, SEQCTL, ah
[all...]
H A Daic7xxx_reg.h356 #define SEQCTL 0x60 macro
H A Daic7xxx_pci.c1131 ahc_outb(ahc, SEQCTL, 0);
1180 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h309 #define SEQCTL 0x60 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c1611 aic_outb(p, FASTMODE, SEQCTL);
1826 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL);
1843 aic_outb(p, FASTMODE | FAILDIS, SEQCTL);
1847 aic_outb(p, FASTMODE, SEQCTL);
1868 aic_outb(p, PERRORDIS|LOADRAM|FAILDIS|FASTMODE, SEQCTL);
1892 aic_outb(p, FASTMODE | FAILDIS, SEQCTL);
1896 aic_outb(p, FASTMODE, SEQCTL);
11843 for(i = SRAM_BASE; i < SEQCTL; i++)

Completed in 115 milliseconds