Lines Matching defs:hclk
3607 struct clk **hclk, struct clk **tx_clk,
3616 *hclk = pdata->hclk;
3619 *hclk = devm_clk_get(&pdev->dev, "hclk");
3631 if (IS_ERR_OR_NULL(*hclk)) {
3632 err = PTR_ERR(*hclk);
3636 dev_err(&pdev->dev, "failed to get hclk (%d)\n", err);
3658 err = clk_prepare_enable(*hclk);
3660 dev_err(&pdev->dev, "failed to enable hclk (%d)\n", err);
3691 clk_disable_unprepare(*hclk);
4216 struct clk **hclk, struct clk **tx_clk,
4221 *hclk = NULL;
4313 struct clk **hclk, struct clk **tx_clk,
4319 err = macb_clk_init(pdev, pclk, hclk, tx_clk, rx_clk, tsu_clk);
4479 struct clk *pclk, *hclk = NULL, *tx_clk = NULL, *rx_clk = NULL;
4507 err = clk_init(pdev, &pclk, &hclk, &tx_clk, &rx_clk, &tsu_clk);
4546 bp->hclk = hclk;
4654 clk_disable_unprepare(hclk);
4683 clk_disable_unprepare(bp->hclk);
4867 clk_disable_unprepare(bp->hclk);
4883 clk_prepare_enable(bp->hclk);