cur_gpio 3428 sound/pci/hda/patch_ca0132.c unsigned int cur_gpio; cur_gpio 3431 sound/pci/hda/patch_ca0132.c cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0); cur_gpio 3435 sound/pci/hda/patch_ca0132.c cur_gpio &= ~(1 << R3DI_MIC_SELECT_BIT); cur_gpio 3438 sound/pci/hda/patch_ca0132.c cur_gpio |= (1 << R3DI_MIC_SELECT_BIT); cur_gpio 3442 sound/pci/hda/patch_ca0132.c AC_VERB_SET_GPIO_DATA, cur_gpio); cur_gpio 3448 sound/pci/hda/patch_ca0132.c unsigned int cur_gpio; cur_gpio 3451 sound/pci/hda/patch_ca0132.c cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0); cur_gpio 3455 sound/pci/hda/patch_ca0132.c cur_gpio &= ~(1 << R3DI_OUT_SELECT_BIT); cur_gpio 3458 sound/pci/hda/patch_ca0132.c cur_gpio |= (1 << R3DI_OUT_SELECT_BIT); cur_gpio 3462 sound/pci/hda/patch_ca0132.c AC_VERB_SET_GPIO_DATA, cur_gpio); cur_gpio 3468 sound/pci/hda/patch_ca0132.c unsigned int cur_gpio; cur_gpio 3471 sound/pci/hda/patch_ca0132.c cur_gpio = snd_hda_codec_read(codec, 0x01, 0, AC_VERB_GET_GPIO_DATA, 0); cur_gpio 3475 sound/pci/hda/patch_ca0132.c cur_gpio |= (1 << R3DI_GPIO_DSP_DOWNLOADING); cur_gpio 3477 sound/pci/hda/patch_ca0132.c AC_VERB_SET_GPIO_DATA, cur_gpio); cur_gpio 3481 sound/pci/hda/patch_ca0132.c cur_gpio &= ~(1 << R3DI_GPIO_DSP_DOWNLOADING); cur_gpio 3484 sound/pci/hda/patch_ca0132.c AC_VERB_SET_GPIO_DATA, cur_gpio); cur_gpio 3486 sound/pci/hda/patch_ca0132.c cur_gpio |= (1 << R3DI_GPIO_DSP_DOWNLOADED); cur_gpio 3491 sound/pci/hda/patch_ca0132.c AC_VERB_SET_GPIO_DATA, cur_gpio);