Searched refs:SPIOEN (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h78 #define SPIOEN 0x08 macro
H A Daha152x.c2513 SETPORT(SXFRCTL0, CH1|SPIOEN);
2726 if (s & SPIOEN)
2727 printk("SPIOEN ");
3099 if (s & SPIOEN)
3100 SPRINTF("SPIOEN ");
H A Daic7xxx_old.c7992 aic_outb(p, DFON | SPIOEN, SXFRCTL0);
8016 aic_outb(p, DFON | SPIOEN, SXFRCTL0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h20 #define SPIOEN 0x08 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3396 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
3403 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
3411 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
3427 * Read the latched byte, but turn off SPIOEN first
3431 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
3456 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
3468 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
5060 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
5077 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
H A Daic79xx_core.c4865 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4872 ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
4880 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4901 * Read the latched byte, but turn off SPIOEN first
4905 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
4930 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4942 ahd_inb(ahd, SXFRCTL0) | SPIOEN);

Completed in 127 milliseconds