Lines Matching defs:bus_clk
178 * @bus_clk: Pointer to the flash clock
188 struct clk *bus_clk;
286 clk_disable_unprepare(nfc->bus_clk);
287 ret = clk_set_rate(nfc->bus_clk, anand->clk);
293 ret = clk_prepare_enable(nfc->bus_clk);
1306 nfc->bus_clk = devm_clk_get(&pdev->dev, "bus");
1307 if (IS_ERR(nfc->bus_clk))
1308 return PTR_ERR(nfc->bus_clk);
1314 ret = clk_prepare_enable(nfc->bus_clk);
1327 clk_disable_unprepare(nfc->bus_clk);
1341 clk_disable_unprepare(nfc->bus_clk);