Searched refs:h_clk (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/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.6.21/drivers/mmc/host/ |
D | mtk-sd.c | 449 struct clk *h_clk; /* msdc h_clk */ member 847 clk_disable_unprepare(host->h_clk); in msdc_gate_clock() 855 clk_prepare_enable(host->h_clk); in msdc_ungate_clock() 2464 hclk_freq = (u64)clk_get_rate(host->h_clk); in msdc_cqe_cit_cal() 2620 host->h_clk = devm_clk_get(&pdev->dev, "hclk"); in msdc_of_clock_parse() 2621 if (IS_ERR(host->h_clk)) in msdc_of_clock_parse() 2622 return PTR_ERR(host->h_clk); in msdc_of_clock_parse()
|