Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dwm97xx-core.c238 reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_config_gpio()
245 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, reg); in wm97xx_config_gpio()
310 pol = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_pen_irq_worker()
314 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, pol & in wm97xx_pen_irq_worker()
318 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, pol | in wm97xx_pen_irq_worker()
630 wm->gpio[1] = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_probe()
776 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, wm->gpio[1]); in wm97xx_resume()
/linux-3.4.99/include/linux/
Dac97_codec.h54 #define AC97_GPIO_POLARITY 0x004E macro
/linux-3.4.99/include/sound/
Dac97_codec.h83 #define AC97_GPIO_POLARITY 0x4e /* GPIO Pin Polarity/Type, 0=low, 1=high active */ macro
/linux-3.4.99/sound/pci/cs46xx/
Dcs46xx_lib.c3212 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot()
3216 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type, in voyetra_setup_eapd_slot()
/linux-3.4.99/sound/pci/ac97/
Dac97_codec.c1679 snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()