intel_dpll_mgr
const struct intel_dpll_mgr *dpll_mgr;
static const struct intel_dpll_mgr pch_pll_mgr = {
static const struct intel_dpll_mgr hsw_pll_mgr = {
static const struct intel_dpll_mgr skl_pll_mgr = {
static const struct intel_dpll_mgr bxt_pll_mgr = {
static const struct intel_dpll_mgr cnl_pll_mgr = {
static const struct intel_dpll_mgr icl_pll_mgr = {
const struct intel_dpll_mgr *dpll_mgr = NULL;
const struct intel_dpll_mgr *dpll_mgr = dev_priv->dpll_mgr;
struct intel_dpll_mgr;