Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/pxa/
Dclk-pxa27x.c173 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
[all …]