Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/pxa/
Dclk-pxa27x.c250 unsigned int l, osc_forced; in clk_pxa27x_lcd_base_get_rate() local
255 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_rate()
256 if (osc_forced) { in clk_pxa27x_lcd_base_get_rate()
272 unsigned int osc_forced; in clk_pxa27x_lcd_base_get_parent() local
275 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_lcd_base_get_parent()
276 if (osc_forced) in clk_pxa27x_lcd_base_get_parent()
301 unsigned int t, ht, osc_forced; in clk_pxa27x_core_get_parent() local
304 osc_forced = ccsr & (1 << CCCR_CPDIS_BIT); in clk_pxa27x_core_get_parent()
305 if (osc_forced) in clk_pxa27x_core_get_parent()
361 unsigned int b, osc_forced; in clk_pxa27x_system_bus_get_rate() local
[all …]