Lines Matching defs:cur_gpio
3839 unsigned int cur_gpio;
3842 cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0);
3846 cur_gpio &= ~(1 << R3DI_MIC_SELECT_BIT);
3849 cur_gpio |= (1 << R3DI_MIC_SELECT_BIT);
3853 AC_VERB_SET_GPIO_DATA, cur_gpio);
3859 unsigned int cur_gpio;
3862 cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0);
3866 cur_gpio |= (1 << R3DI_GPIO_DSP_DOWNLOADING);
3868 AC_VERB_SET_GPIO_DATA, cur_gpio);
3872 cur_gpio &= ~(1 << R3DI_GPIO_DSP_DOWNLOADING);
3875 AC_VERB_SET_GPIO_DATA, cur_gpio);
3877 cur_gpio |= (1 << R3DI_GPIO_DSP_DOWNLOADED);
3882 AC_VERB_SET_GPIO_DATA, cur_gpio);