Lines Matching defs:wVal
763 unsigned short wVal;
788 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL));
789 wVal |= ALI_SPDIF_OUT_SEL_PCM;
790 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
796 unsigned short wVal;
798 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL));
799 wVal &= ~ALI_SPDIF_OUT_SEL_PCM;
800 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
802 wVal = inw(ALI_REG(codec, ALI_SPDIF_CS));
804 wVal |= 0x0002;
806 wVal &= (~0x0002);
807 outw(wVal, ALI_REG(codec, ALI_SPDIF_CS));
814 unsigned short wVal;
816 wVal = inw(ALI_REG(codec, ALI_GLOBAL_CONTROL));
817 wVal |= ALI_SPDIF_OUT_SEL_PCM;
818 outw(wVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));