Lines Matching defs:cur_gpio
3851 unsigned int cur_gpio;
3854 cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0);
3858 cur_gpio &= ~(1 << R3DI_MIC_SELECT_BIT);
3861 cur_gpio |= (1 << R3DI_MIC_SELECT_BIT);
3865 AC_VERB_SET_GPIO_DATA, cur_gpio);
3871 unsigned int cur_gpio;
3874 cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0);
3878 cur_gpio |= (1 << R3DI_GPIO_DSP_DOWNLOADING);
3880 AC_VERB_SET_GPIO_DATA, cur_gpio);
3884 cur_gpio &= ~(1 << R3DI_GPIO_DSP_DOWNLOADING);
3887 AC_VERB_SET_GPIO_DATA, cur_gpio);
3889 cur_gpio |= (1 << R3DI_GPIO_DSP_DOWNLOADED);
3894 AC_VERB_SET_GPIO_DATA, cur_gpio);