Home
last modified time | relevance | path

Searched refs:h_clk (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/clk/actions/
Dowl-s500.c197 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-v6.1/drivers/mmc/host/
Dmtk-sd.c451 struct clk *h_clk; /* msdc h_clk */ member
832 clk_disable_unprepare(host->h_clk); in msdc_gate_clock()
840 clk_prepare_enable(host->h_clk); in msdc_ungate_clock()
2565 host->h_clk = devm_clk_get(&pdev->dev, "hclk"); in msdc_of_clock_parse()
2566 if (IS_ERR(host->h_clk)) in msdc_of_clock_parse()
2567 return PTR_ERR(host->h_clk); in msdc_of_clock_parse()