Searched refs:tsp_hclk (Results 1 – 2 of 2) sorted by relevance
110 if (clk_prepare_enable(dev->tsp_hclk)) { in rockchip_tsp_clk_enable()112 clk_disable_unprepare(dev->tsp_hclk); in rockchip_tsp_clk_enable()115 clk_set_rate(dev->tsp_hclk, 150 * 1000 * 1000); in rockchip_tsp_clk_enable()122 clk_disable_unprepare(dev->tsp_hclk); in rockchip_tsp_clk_disable()1048 pdata->tsp_hclk = clk_get(dev, "hclk_tsp"); in rockchip_tsp_probe()1049 if (IS_ERR(pdata->tsp_hclk)) { in rockchip_tsp_probe()1051 err = PTR_ERR(pdata->tsp_hclk); in rockchip_tsp_probe()
193 struct clk *tsp_hclk; member