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

/freebsd-11-stable/sys/dev/aic/
H A Daic6360reg.h96 #define SPIOEN 0x08 macro
H A Daic.c534 aic_outb(aic, SXFRCTL0, CHEN|SPIOEN);
779 aic_outb(aic, SXFRCTL0, CHEN|SPIOEN);
1292 aic_outb(aic, SXFRCTL0, CHEN|SPIOEN);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c2866 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
2890 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
2897 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
2910 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
2932 * Read the latched byte, but turn off SPIOEN first
2936 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
2998 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
3010 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
4670 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
4687 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
[all...]
H A Daic79xx.c4124 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4131 ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
4139 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4160 * Read the latched byte, but turn off SPIOEN first
4164 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
4193 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
4205 ahd_inb(ahd, SXFRCTL0) | SPIOEN);
H A Daic7xxx_reg.h1077 #define SPIOEN 0x08 macro
H A Daic79xx_reg.h2663 #define SPIOEN 0x08 macro

Completed in 115 milliseconds