Searched refs:h_clk (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/clk/actions/ |
D | owl-s500.c | 197 static OWL_DIVIDER(h_clk, "h_clk", "ahbprediv_clk", CMU_BUSCLK1, 2, 2, NULL, 0, 0); 444 &h_clk.common, 513 [CLK_H] = &h_clk.common.hw,
|
/linux-6.12.1/drivers/mmc/host/ |
D | mtk-sd.c | 454 struct clk *h_clk; /* msdc h_clk */ member 852 clk_disable_unprepare(host->h_clk); in msdc_gate_clock() 860 clk_prepare_enable(host->h_clk); in msdc_ungate_clock() 2516 hclk_freq = (u64)clk_get_rate(host->h_clk); in msdc_cqe_cit_cal() 2682 host->h_clk = devm_clk_get(&pdev->dev, "hclk"); in msdc_of_clock_parse() 2683 if (IS_ERR(host->h_clk)) in msdc_of_clock_parse() 2684 return PTR_ERR(host->h_clk); in msdc_of_clock_parse()
|