Lines Matching refs:oval
225 unsigned char oval, nval; in aureon_universe_inmux_put() local
232 oval = spec->pca9554_out; in aureon_universe_inmux_put()
233 change = (oval != nval); in aureon_universe_inmux_put()
730 unsigned short nval, oval; in wm_pcm_mute_put() local
734 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
735 nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10); in wm_pcm_mute_put()
736 change = (oval != nval); in wm_pcm_mute_put()
1125 unsigned short oval, nval; in wm_adc_mux_put() local
1129 oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
1130 nval = oval & ~0x77; in wm_adc_mux_put()
1133 change = (oval != nval); in wm_adc_mux_put()
1176 unsigned short oval, nval; in aureon_cs8415_mux_put() local
1180 oval = aureon_cs8415_get(ice, CS8415_CTRL2); in aureon_cs8415_mux_put()
1181 nval = oval & ~0x07; in aureon_cs8415_mux_put()
1183 change = (oval != nval); in aureon_cs8415_mux_put()
1226 unsigned char oval, nval; in aureon_cs8415_mute_put() local
1229 oval = aureon_cs8415_get(ice, CS8415_CTRL1); in aureon_cs8415_mute_put()
1231 nval = oval & ~0x20; in aureon_cs8415_mute_put()
1233 nval = oval | 0x20; in aureon_cs8415_mute_put()
1234 change = (oval != nval); in aureon_cs8415_mute_put()