AC97_GPIO_CFG     204 drivers/input/touchscreen/wm9712.c 		reg = wm97xx_reg_read(wm, AC97_GPIO_CFG);
AC97_GPIO_CFG     205 drivers/input/touchscreen/wm9712.c 		wm97xx_reg_write(wm, AC97_GPIO_CFG, reg | WM97XX_GPIO_4);
AC97_GPIO_CFG     100 drivers/input/touchscreen/wm97xx-core.c 	if (reg >= AC97_GPIO_CFG && reg <= AC97_MISC_AFE)
AC97_GPIO_CFG     101 drivers/input/touchscreen/wm97xx-core.c 		wm->gpio[(reg - AC97_GPIO_CFG) >> 1] = val;
AC97_GPIO_CFG     258 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_GPIO_CFG);
AC97_GPIO_CFG     265 drivers/input/touchscreen/wm97xx-core.c 	wm97xx_reg_write(wm, AC97_GPIO_CFG, reg);
AC97_GPIO_CFG     693 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG);
AC97_GPIO_CFG     848 drivers/input/touchscreen/wm97xx-core.c 	wm97xx_reg_write(wm, AC97_GPIO_CFG, wm->gpio[0]);
AC97_GPIO_CFG      42 drivers/mfd/wm97xx-core.c 	case AC97_GPIO_CFG ... 0x5c:
AC97_GPIO_CFG    1660 sound/pci/ac97/ac97_codec.c 	snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH));
AC97_GPIO_CFG    3356 sound/pci/cs46xx/cs46xx_lib.c 					    AC97_GPIO_CFG,
AC97_GPIO_CFG    3361 sound/pci/cs46xx/cs46xx_lib.c 			       AC97_GPIO_CFG, pin_config,
AC97_GPIO_CFG     654 sound/soc/codecs/wm9713.c 	case AC97_GPIO_CFG ... 0x5c:
AC97_GPIO_CFG     942 sound/soc/codecs/wm9713.c 	u16 gpio = snd_soc_component_read32(component, AC97_GPIO_CFG) & 0xffc5;
AC97_GPIO_CFG     995 sound/soc/codecs/wm9713.c 	snd_soc_component_write(component, AC97_GPIO_CFG, gpio);
AC97_GPIO_CFG      54 sound/soc/pxa/mioa701_wm9713.c 		reg = snd_soc_component_read32(component, AC97_GPIO_CFG);
AC97_GPIO_CFG      55 sound/soc/pxa/mioa701_wm9713.c 		snd_soc_component_write(component, AC97_GPIO_CFG, reg | 0x0100);
AC97_GPIO_CFG      59 sound/soc/pxa/mioa701_wm9713.c 		reg = snd_soc_component_read32(component, AC97_GPIO_CFG);
AC97_GPIO_CFG      60 sound/soc/pxa/mioa701_wm9713.c 		snd_soc_component_write(component, AC97_GPIO_CFG, reg & ~0x0100);
AC97_GPIO_CFG     123 sound/soc/pxa/mioa701_wm9713.c 	snd_soc_component_update_bits(component, AC97_GPIO_CFG, 0x100, 0x100);
AC97_GPIO_CFG      76 sound/soc/soc-ac97.c 	return snd_soc_component_update_bits(component, AC97_GPIO_CFG,
AC97_GPIO_CFG     114 sound/soc/soc-ac97.c 	return snd_soc_component_update_bits(component, AC97_GPIO_CFG,