Lines Matching refs:oval
211 unsigned char oval, nval; in aureon_universe_inmux_put() local
218 oval = spec->pca9554_out; in aureon_universe_inmux_put()
219 change = (oval != nval); in aureon_universe_inmux_put()
716 unsigned short nval, oval; in wm_pcm_mute_put() local
720 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
721 nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10); in wm_pcm_mute_put()
722 change = (oval != nval); in wm_pcm_mute_put()
1111 unsigned short oval, nval; in wm_adc_mux_put() local
1115 oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
1116 nval = oval & ~0x77; in wm_adc_mux_put()
1119 change = (oval != nval); in wm_adc_mux_put()
1162 unsigned short oval, nval; in aureon_cs8415_mux_put() local
1166 oval = aureon_cs8415_get(ice, CS8415_CTRL2); in aureon_cs8415_mux_put()
1167 nval = oval & ~0x07; in aureon_cs8415_mux_put()
1169 change = (oval != nval); in aureon_cs8415_mux_put()
1212 unsigned char oval, nval; in aureon_cs8415_mute_put() local
1215 oval = aureon_cs8415_get(ice, CS8415_CTRL1); in aureon_cs8415_mute_put()
1217 nval = oval & ~0x20; in aureon_cs8415_mute_put()
1219 nval = oval | 0x20; in aureon_cs8415_mute_put()
1220 change = (oval != nval); in aureon_cs8415_mute_put()