AC97_GPIO_PULL     56 sound/soc/pxa/mioa701_wm9713.c 		reg = snd_soc_component_read32(component, AC97_GPIO_PULL);
AC97_GPIO_PULL     57 sound/soc/pxa/mioa701_wm9713.c 		snd_soc_component_write(component, AC97_GPIO_PULL, reg | (1<<15));
AC97_GPIO_PULL     61 sound/soc/pxa/mioa701_wm9713.c 		reg = snd_soc_component_read32(component, AC97_GPIO_PULL);
AC97_GPIO_PULL     62 sound/soc/pxa/mioa701_wm9713.c 		snd_soc_component_write(component, AC97_GPIO_PULL, reg & ~(1<<15));