Lines Matching refs:osc_forced
173 unsigned int l, osc_forced; in clk_pxa27x_lcd_base_get_rate() local
178 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_rate()
179 if (osc_forced) { in clk_pxa27x_lcd_base_get_rate()
195 unsigned int osc_forced; in clk_pxa27x_lcd_base_get_parent() local
198 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_parent()
199 if (osc_forced) in clk_pxa27x_lcd_base_get_parent()
224 unsigned int t, ht, b, osc_forced; in clk_pxa27x_core_get_rate() local
227 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_core_get_rate()
233 if (osc_forced) in clk_pxa27x_core_get_rate()
244 unsigned int t, ht, b, osc_forced; in clk_pxa27x_core_get_parent() local
247 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_core_get_parent()
248 if (osc_forced) in clk_pxa27x_core_get_parent()
287 unsigned int b, osc_forced; in clk_pxa27x_system_bus_get_rate() local
290 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_system_bus_get_rate()
294 if (osc_forced) in clk_pxa27x_system_bus_get_rate()
304 unsigned int osc_forced; in clk_pxa27x_system_bus_get_parent() local
307 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_system_bus_get_parent()
308 if (osc_forced) in clk_pxa27x_system_bus_get_parent()
320 unsigned int a, l, osc_forced; in clk_pxa27x_memory_get_rate() local
324 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_memory_get_rate()
328 if (osc_forced || a) in clk_pxa27x_memory_get_rate()
339 unsigned int osc_forced, a; in clk_pxa27x_memory_get_parent() local
343 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_memory_get_parent()
345 if (osc_forced) in clk_pxa27x_memory_get_parent()