Lines Matching refs:hpll
77 "hpll",
444 hw = clk_hw_register_gate(dev, "sd_extclk_gate", "hpll", 0,
458 hw = clk_hw_register_divider_table(dev, "mac", "hpll", 0,
468 hw = clk_hw_register_fixed_rate(dev, "mac12rclk", "hpll", 0,
491 hw = clk_hw_register_divider_table(dev, "lhclk", "hpll", 0,
500 hw = clk_hw_register_divider_table(dev, "bclk", "hpll", 0,
586 u32 val, div, clkin, hpll;
601 hpll = hpll_rates[1][rate];
604 hpll = hpll_rates[0][rate];
607 hpll = hpll_rates[0][rate];
619 hw = aspeed_ast2400_calc_pll("hpll", val);
621 hw = clk_hw_register_fixed_rate(NULL, "hpll", "clkin", 0,
622 hpll * 1000000);
640 hw = clk_hw_register_fixed_factor(NULL, "ahb", "hpll", 0, 1, div);
644 hw = clk_hw_register_divider_table(NULL, "apb", "hpll", 0,
670 aspeed_clk_data->hws[ASPEED_CLK_HPLL] = aspeed_ast2500_calc_pll("hpll", val);
677 hw = clk_hw_register_fixed_factor(NULL, "ahb", "hpll", 0, 1, div);
684 hw = clk_hw_register_fixed_factor(NULL, "apb", "hpll", 0, 1, div);