Lines Matching refs:regmap_update_bits
211 regmap_update_bits(data->chip->regmap, in cdce925_pll_prepare()
243 regmap_update_bits(data->chip->regmap, in cdce925_pll_prepare()
255 regmap_update_bits(data->chip->regmap, in cdce925_pll_unprepare()
272 regmap_update_bits(data->chip->regmap, in cdce925_clk_set_pdiv()
278 regmap_update_bits(data->chip->regmap, 0x16, 0x7F, pdiv); in cdce925_clk_set_pdiv()
281 regmap_update_bits(data->chip->regmap, 0x17, 0x7F, pdiv); in cdce925_clk_set_pdiv()
284 regmap_update_bits(data->chip->regmap, 0x26, 0x7F, pdiv); in cdce925_clk_set_pdiv()
287 regmap_update_bits(data->chip->regmap, 0x27, 0x7F, pdiv); in cdce925_clk_set_pdiv()
296 regmap_update_bits(data->chip->regmap, in cdce925_clk_activate()
301 regmap_update_bits(data->chip->regmap, 0x14, 0x03, 0x03); in cdce925_clk_activate()
305 regmap_update_bits(data->chip->regmap, 0x24, 0x03, 0x03); in cdce925_clk_activate()
607 regmap_update_bits(data->regmap, CDCE925_REG_GLOBAL1, BIT(4), 0); in cdce925_probe()
610 regmap_update_bits(data->regmap, 0x02, BIT(7), 0); in cdce925_probe()
647 regmap_update_bits(data->regmap, in cdce925_probe()
650 regmap_update_bits(data->regmap, in cdce925_probe()