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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h78 #define SPIOEN 0x08 macro
H A Daha152x.c2555 SETPORT(SXFRCTL0, CH1|SPIOEN);
2768 if (s & SPIOEN)
2769 printk("SPIOEN ");
3140 if (s & SPIOEN)
3141 SPRINTF("SPIOEN ");
H A Daic7xxx_old.c8001 aic_outb(p, DFON | SPIOEN, SXFRCTL0);
8025 aic_outb(p, DFON | SPIOEN, SXFRCTL0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h20 #define SPIOEN 0x08 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2839 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
2846 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
2854 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
2870 * Read the latched byte, but turn off SPIOEN first
2874 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
2899 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
2911 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
4508 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
4525 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
H A Daic79xx_core.c4141 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4148 ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
4156 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4177 * Read the latched byte, but turn off SPIOEN first
4181 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
4206 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4218 ahd_inb(ahd, SXFRCTL0) | SPIOEN);

Completed in 123 milliseconds