Searched refs:ac97conf_clk (Results 1 – 1 of 1) sorted by relevance
32 static struct clk *ac97conf_clk; variable164 clk_prepare_enable(ac97conf_clk); in pxa_ac97_cold_pxa27x()166 clk_disable_unprepare(ac97conf_clk); in pxa_ac97_cold_pxa27x()385 ac97conf_clk = clk_get(&dev->dev, "AC97CONFCLK"); in pxa2xx_ac97_hw_probe()386 if (IS_ERR(ac97conf_clk)) { in pxa2xx_ac97_hw_probe()387 ret = PTR_ERR(ac97conf_clk); in pxa2xx_ac97_hw_probe()388 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()422 if (ac97conf_clk) { in pxa2xx_ac97_hw_probe()423 clk_put(ac97conf_clk); in pxa2xx_ac97_hw_probe()424 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()[all …]