Searched refs:h_clk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-s500.c | 187 static OWL_GATE(dmac_clk, "dmac_clk", "h_clk", CMU_DEVCLKEN0, 1, 0, 0); 196 static OWL_DIVIDER(h_clk, "h_clk", "ahbprediv_clk", CMU_BUSCLK1, 2, 2, NULL, 0, 0); 211 static OWL_COMP_FIXED_FACTOR(ahb_clk, "ahb_clk", "h_clk", 433 &h_clk.common, 500 [CLK_H] = &h_clk.common.hw,
|
/kernel/linux/linux-6.6/drivers/clk/actions/ |
H A D | owl-s500.c | 188 static OWL_GATE(dmac_clk, "dmac_clk", "h_clk", CMU_DEVCLKEN0, 1, 0, 0); 197 static OWL_DIVIDER(h_clk, "h_clk", "ahbprediv_clk", CMU_BUSCLK1, 2, 2, NULL, 0, 0); 218 static OWL_COMP_FIXED_FACTOR(ahb_clk, "ahb_clk", "h_clk", 444 &h_clk.common, 513 [CLK_H] = &h_clk.common.hw,
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mtk-sd.c | 426 struct clk *h_clk; /* msdc h_clk */ member 792 clk_disable_unprepare(host->h_clk); in msdc_gate_clock() 797 clk_prepare_enable(host->h_clk); in msdc_ungate_clock() 2425 host->h_clk = devm_clk_get(&pdev->dev, "hclk"); in msdc_drv_probe() 2426 if (IS_ERR(host->h_clk)) { in msdc_drv_probe() 2427 ret = PTR_ERR(host->h_clk); in msdc_drv_probe()
|
Completed in 11 milliseconds