Lines Matching refs:regmap
64 struct regmap *regmap; member
92 regcache_mark_dirty(wm8804->regmap); \
216 return regmap_write(wm8804->regmap, WM8804_RST_DEVID1, 0x0); in wm8804_soft_reset()
414 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
428 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
567 int wm8804_probe(struct device *dev, struct regmap *regmap) in wm8804_probe() argument
580 wm8804->regmap = regmap; in wm8804_probe()
627 ret = regmap_read(regmap, WM8804_RST_DEVID1, &id1); in wm8804_probe()
633 ret = regmap_read(regmap, WM8804_DEVID2, &id2); in wm8804_probe()
647 ret = regmap_read(regmap, WM8804_DEVREV, &id1); in wm8804_probe()
702 regcache_sync(wm8804->regmap); in wm8804_runtime_resume()
705 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x0); in wm8804_runtime_resume()
715 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x8); in wm8804_runtime_suspend()