Lines Matching defs:wVal
762 unsigned short wVal;
787 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL));
788 wVal |= ALI_SPDIF_OUT_SEL_PCM;
789 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
795 unsigned short wVal;
797 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL));
798 wVal &= ~ALI_SPDIF_OUT_SEL_PCM;
799 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
801 wVal = inw(ALI_REG(codec, ALI_SPDIF_CS));
803 wVal |= 0x0002;
805 wVal &= (~0x0002);
806 outw(wVal, ALI_REG(codec, ALI_SPDIF_CS));
813 unsigned short wVal;
815 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL));
816 wVal |= ALI_SPDIF_OUT_SEL_PCM;
817 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));