Searched refs:PLL_MODE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 16 #define PLL_MODE(p) ((p)->offset + 0x0) macro 340 ret = regmap_read(pll->clkr.regmap, PLL_MODE(pll), &val); in wait_for_pll() 345 ret = regmap_read(pll->clkr.regmap, PLL_MODE(pll), &val); in wait_for_pll() 444 qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0); in clk_alpha_pll_configure() 454 ret = regmap_read(pll->clkr.regmap, PLL_MODE(pll), &val); in clk_alpha_pll_hwfsm_enable() 463 ret = regmap_write(pll->clkr.regmap, PLL_MODE(pll), val); in clk_alpha_pll_hwfsm_enable() 479 ret = regmap_read(pll->clkr.regmap, PLL_MODE(pll), &val); in clk_alpha_pll_hwfsm_disable() 484 ret = regmap_update_bits(pll->clkr.regmap, PLL_MODE(pll), in clk_alpha_pll_hwfsm_disable() 495 ret = regmap_update_bits(pll->clkr.regmap, PLL_MODE(pll), in clk_alpha_pll_hwfsm_disable() 509 ret = regmap_read(pll->clkr.regmap, PLL_MODE(pll), &val); in pll_is_enabled() [all …]
|
/linux-6.12.1/drivers/media/i2c/ccs/ |
D | ccs-core.c | 423 rval = ccs_write(sensor, PLL_MODE, CCS_PLL_MODE_DUAL); in ccs_pll_configure() 3476 rval = ccs_read(sensor, PLL_MODE, &v); in ccs_probe()
|