Home
last modified time | relevance | path

Searched refs:osc_forced (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/pxa/
H A Dclk-pxa27x.c251 unsigned int l, osc_forced; in clk_pxa27x_lcd_base_get_rate() local
256 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_rate()
257 if (osc_forced) { in clk_pxa27x_lcd_base_get_rate()
273 unsigned int osc_forced; in clk_pxa27x_lcd_base_get_parent() local
276 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_parent()
277 if (osc_forced) in clk_pxa27x_lcd_base_get_parent()
302 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
305 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_core_get_parent()
306 if (osc_forced) in clk_pxa27x_core_get_parent()
362 unsigned int b, osc_forced; in clk_pxa27x_system_bus_get_rate() local
[all …]