Searched refs:atom_pll_id (Results 1 – 8 of 8) sorted by relevance
106 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument110 if (atom_pll_id != NULL) in clock_source_id_to_atom()113 *atom_pll_id = ATOM_COMBOPHY_PLL0; in clock_source_id_to_atom()116 *atom_pll_id = ATOM_COMBOPHY_PLL1; in clock_source_id_to_atom()119 *atom_pll_id = ATOM_COMBOPHY_PLL2; in clock_source_id_to_atom()122 *atom_pll_id = ATOM_COMBOPHY_PLL3; in clock_source_id_to_atom()131 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()134 *atom_pll_id = ATOM_GCK_DFS; in clock_source_id_to_atom()137 *atom_pll_id = ATOM_DP_DTO; in clock_source_id_to_atom()140 *atom_pll_id = ATOM_DP_DTO; in clock_source_id_to_atom()[all …]
104 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument108 if (atom_pll_id != NULL) in clock_source_id_to_atom()111 *atom_pll_id = ATOM_COMBOPHY_PLL0; in clock_source_id_to_atom()114 *atom_pll_id = ATOM_COMBOPHY_PLL1; in clock_source_id_to_atom()117 *atom_pll_id = ATOM_COMBOPHY_PLL2; in clock_source_id_to_atom()120 *atom_pll_id = ATOM_COMBOPHY_PLL3; in clock_source_id_to_atom()129 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()132 *atom_pll_id = ATOM_GCK_DFS; in clock_source_id_to_atom()135 *atom_pll_id = ATOM_DP_DTO; in clock_source_id_to_atom()138 *atom_pll_id = ATOM_DP_DTO; in clock_source_id_to_atom()[all …]
107 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument111 if (atom_pll_id != NULL) in clock_source_id_to_atom()114 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()117 *atom_pll_id = ATOM_PPLL1; in clock_source_id_to_atom()120 *atom_pll_id = ATOM_PPLL2; in clock_source_id_to_atom()123 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()126 *atom_pll_id = ATOM_EXT_PLL1; in clock_source_id_to_atom()132 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()136 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()140 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
63 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument67 if (atom_pll_id != NULL) in clock_source_id_to_atom()70 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()73 *atom_pll_id = ATOM_PPLL1; in clock_source_id_to_atom()76 *atom_pll_id = ATOM_PPLL2; in clock_source_id_to_atom()79 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()82 *atom_pll_id = ATOM_EXT_PLL1; in clock_source_id_to_atom()88 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()92 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()96 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
47 uint32_t *atom_pll_id);
2119 uint32_t atom_pll_id; in program_clock_v5() local2123 bp_params->pll_id, &atom_pll_id)) { in program_clock_v5()2129 params.sPCLKInput.ucPpll = (uint8_t) atom_pll_id; in program_clock_v5()2150 uint32_t atom_pll_id; in program_clock_v6() local2155 bp_params->pll_id, &atom_pll_id)) { in program_clock_v6()2161 params.sPCLKInput.ucPpll = (uint8_t)atom_pll_id; in program_clock_v6()2394 uint32_t atom_pll_id; in set_dce_clock_v2_1() local2400 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) || in set_dce_clock_v2_1()2404 params.asParam.ucDCEClkSrc = atom_pll_id; in set_dce_clock_v2_1()
919 uint32_t atom_pll_id; in set_dce_clock_v2_1() local925 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) || in set_dce_clock_v2_1()930 params.param.dceclksrc = atom_pll_id; in set_dce_clock_v2_1()
Completed in 14 milliseconds