Searched refs:AC97_GPIO_POLARITY (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwm97xx-core.c227 reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
234 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, reg);
299 pol = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
303 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, pol &
307 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, pol |
619 wm->gpio[1] = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
766 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, wm->gpio[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dac97_codec.h54 #define AC97_GPIO_POLARITY 0x004E macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h83 #define AC97_GPIO_POLARITY 0x4e /* GPIO Pin Polarity/Type, 0=low, 1=high active */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c3163 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY,
3167 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_codec.c1661 snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH));

Completed in 68 milliseconds