Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/pxa/
Dclk-pxa27x.c273 unsigned int l, osc_forced; in clk_pxa27x_lcd_base_get_rate() local
278 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_rate()
279 if (osc_forced) { in clk_pxa27x_lcd_base_get_rate()
295 unsigned int osc_forced; in clk_pxa27x_lcd_base_get_parent() local
298 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_parent()
299 if (osc_forced) in clk_pxa27x_lcd_base_get_parent()
324 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
327 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_core_get_parent()
328 if (osc_forced) in clk_pxa27x_core_get_parent()
384 unsigned int b, osc_forced; in clk_pxa27x_system_bus_get_rate() local
[all …]