Searched refs:ac97conf_clk (Results 1 – 1 of 1) sorted by relevance
31 static struct clk *ac97conf_clk; variable158 clk_prepare_enable(ac97conf_clk); in pxa_ac97_cold_pxa27x()160 clk_disable_unprepare(ac97conf_clk); in pxa_ac97_cold_pxa27x()370 ac97conf_clk = clk_get(&dev->dev, "AC97CONFCLK"); in pxa2xx_ac97_hw_probe()371 if (IS_ERR(ac97conf_clk)) { in pxa2xx_ac97_hw_probe()372 ret = PTR_ERR(ac97conf_clk); in pxa2xx_ac97_hw_probe()373 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()401 if (ac97conf_clk) { in pxa2xx_ac97_hw_probe()402 clk_put(ac97conf_clk); in pxa2xx_ac97_hw_probe()403 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()[all …]