Lines Matching refs:wm97xx_reg_read

84 int wm97xx_reg_read(struct wm97xx *wm, u16 reg)  in wm97xx_reg_read()  function
91 EXPORT_SYMBOL_GPL(wm97xx_reg_read);
134 (power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) { in wm97xx_read_aux_adc()
181 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_get_gpio()
208 reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_set_gpio()
234 reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_config_gpio()
242 reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in wm97xx_config_gpio()
250 reg = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP); in wm97xx_config_gpio()
258 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm97xx_config_gpio()
298 if (wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD) & in wm97xx_pen_interrupt()
306 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_pen_interrupt()
307 pol = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_pen_interrupt()
369 reg = wm97xx_reg_read(wm, AC97_MISC_AFE); in wm97xx_init_pen_irq()
372 reg = wm97xx_reg_read(wm, 0x5a); in wm97xx_init_pen_irq()
529 reg = wm97xx_reg_read(wm, AC97_MISC_AFE); in wm97xx_ts_input_close()
620 id = wm97xx_reg_read(wm, AC97_VENDOR_ID1); in _wm97xx_probe()
627 wm->id = wm97xx_reg_read(wm, AC97_VENDOR_ID2); in _wm97xx_probe()
659 wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG); in _wm97xx_probe()
660 wm->gpio[1] = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in _wm97xx_probe()
661 wm->gpio[2] = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in _wm97xx_probe()
662 wm->gpio[3] = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP); in _wm97xx_probe()
663 wm->gpio[4] = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in _wm97xx_probe()
664 wm->gpio[5] = wm97xx_reg_read(wm, AC97_MISC_AFE); in _wm97xx_probe()
780 reg = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER2); in wm97xx_suspend()
790 reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) | 0x8000; in wm97xx_suspend()
809 reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) & 0x7fff; in wm97xx_resume()