Searched refs:h_clk (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/actions/ |
| H A 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/drivers/mmc/host/ |
| H A D | mtk-sd.c | 497 struct clk *h_clk; /* msdc h_clk */ member 930 clk_disable_unprepare(host->h_clk); in msdc_gate_clock() 938 clk_prepare_enable(host->h_clk); in msdc_ungate_clock() 2750 hclk_freq = (u64)clk_get_rate(host->h_clk); in msdc_cqe_cit_cal() 2916 host->h_clk = devm_clk_get(&pdev->dev, "hclk"); in msdc_of_clock_parse() 2917 if (IS_ERR(host->h_clk)) in msdc_of_clock_parse() 2918 return PTR_ERR(host->h_clk); in msdc_of_clock_parse()
|