Home
last modified time | relevance | path

Searched refs:mtk_pll_div_table (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/clk/mediatek/
Dclk-mt2712-apmixedsys.c52 static const struct mtk_pll_div_table armca35pll_div_table[] = {
61 static const struct mtk_pll_div_table armca72pll_div_table[] = {
70 static const struct mtk_pll_div_table mmpll_div_table[] = {
Dclk-mt8365-apmixedsys.c55 static const struct mtk_pll_div_table armpll_div_table[] = {
64 static const struct mtk_pll_div_table mfgpll_div_table[] = {
73 static const struct mtk_pll_div_table dsppll_div_table[] = {
Dclk-pll.h17 struct mtk_pll_div_table { struct
47 const struct mtk_pll_div_table *div_table;
Dclk-mt8183-apmixedsys.c92 static const struct mtk_pll_div_table armpll_div_table[] = {
101 static const struct mtk_pll_div_table mfgpll_div_table[] = {
Dclk-mt8516-apmixedsys.c50 static const struct mtk_pll_div_table mmpll_div_table[] = {
Dclk-mt8167-apmixedsys.c49 static const struct mtk_pll_div_table mmpll_div_table[] = {
Dclk-mt8173-apmixedsys.c51 static const struct mtk_pll_div_table mmpll_div_table[] = {
Dclk-pll.c141 const struct mtk_pll_div_table *div_table = pll->data->div_table; in mtk_pll_calc_values()