Searched refs:cdclk_config (Results 1 – 3 of 3) sorted by relevance
339 cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_config->vco, in g33_get_cdclk()418 cdclk_config->cdclk = DIV_ROUND_CLOSEST(cdclk_config->vco, in i965gm_get_cdclk()924 cdclk_config->cdclk = cdclk_config->bypass = cdclk_config->ref; in skl_get_cdclk()1217 cdclk_config.cdclk = cdclk_config.bypass; in skl_cdclk_uninit_hw()1485 cdclk_config->vco = ratio * cdclk_config->ref; in bxt_de_pll_readout()1498 cdclk_config->bypass = cdclk_config->ref / 2; in bxt_get_cdclk()1502 cdclk_config->bypass = cdclk_config->ref; in bxt_get_cdclk()1505 cdclk_config->cdclk = cdclk_config->bypass; in bxt_get_cdclk()2030 cdclk_config.cdclk = cdclk_config.bypass; in bxt_cdclk_uninit_hw()2205 context, cdclk_config->cdclk, cdclk_config->vco, in intel_cdclk_dump_config()[all …]
68 const struct intel_cdclk_config *cdclk_config,72 struct intel_cdclk_config *cdclk_config);
960 struct intel_cdclk_config cdclk_config = {}; in gen9_disable_dc_states() local972 intel_cdclk_get_cdclk(dev_priv, &cdclk_config); in gen9_disable_dc_states()976 &cdclk_config)); in gen9_disable_dc_states()
Completed in 17 milliseconds