Lines Matching refs:temp
690 int temp, temp2; in phase28_deemp_put() local
691 temp = wm_get(ice, WM_DAC_CTRL2); in phase28_deemp_put()
692 temp2 = temp; in phase28_deemp_put()
694 temp |= 0xf; in phase28_deemp_put()
696 temp &= ~0xf; in phase28_deemp_put()
697 if (temp != temp2) { in phase28_deemp_put()
698 wm_put(ice, WM_DAC_CTRL2, temp); in phase28_deemp_put()
727 int temp, temp2; in phase28_oversampling_put() local
730 temp = wm_get(ice, WM_MASTER); in phase28_oversampling_put()
731 temp2 = temp; in phase28_oversampling_put()
734 temp |= 0x8; in phase28_oversampling_put()
736 temp &= ~0x8; in phase28_oversampling_put()
738 if (temp != temp2) { in phase28_oversampling_put()
739 wm_put(ice, WM_MASTER, temp); in phase28_oversampling_put()