Home
last modified time | relevance | path

Searched refs:xclkcfg (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/pxa/
H A Dclk-pxa3xx.c221 unsigned long xclkcfg; in clk_pxa3xx_core_get_parent() local
228 __asm__ __volatile__("mrc\tp14, 0, %0, c6, c0, 0" : "=r"(xclkcfg)); in clk_pxa3xx_core_get_parent()
229 t = xclkcfg & 0x1; in clk_pxa3xx_core_get_parent()
243 unsigned int t, xclkcfg; in clk_pxa3xx_run_get_rate() local
246 __asm__ __volatile__("mrc\tp14, 0, %0, c6, c0, 0" : "=r"(xclkcfg)); in clk_pxa3xx_run_get_rate()
247 t = xclkcfg & 0x1; in clk_pxa3xx_run_get_rate()
260 unsigned int t, xclkcfg; in clk_pxa3xx_cpll_get_rate() local
263 __asm__ __volatile__("mrc\tp14, 0, %0, c6, c0, 0" : "=r"(xclkcfg)); in clk_pxa3xx_cpll_get_rate()
264 t = xclkcfg & 0x1; in clk_pxa3xx_cpll_get_rate()
/kernel/linux/linux-6.6/drivers/clk/pxa/
H A Dclk-pxa3xx.c160 void pxa3xx_clk_update_accr(u32 disable, u32 enable, u32 xclkcfg, u32 mask) in pxa3xx_clk_update_accr() argument
168 if (xclkcfg) in pxa3xx_clk_update_accr()
169 __asm__("mcr p14, 0, %0, c6, c0, 0\n" : : "r"(xclkcfg)); in pxa3xx_clk_update_accr()
315 unsigned long xclkcfg; in clk_pxa3xx_core_get_parent() local
322 __asm__ __volatile__("mrc\tp14, 0, %0, c6, c0, 0" : "=r"(xclkcfg)); in clk_pxa3xx_core_get_parent()
323 t = xclkcfg & 0x1; in clk_pxa3xx_core_get_parent()
337 unsigned int t, xclkcfg; in clk_pxa3xx_run_get_rate() local
340 __asm__ __volatile__("mrc\tp14, 0, %0, c6, c0, 0" : "=r"(xclkcfg)); in clk_pxa3xx_run_get_rate()
341 t = xclkcfg & 0x1; in clk_pxa3xx_run_get_rate()
354 unsigned int t, xclkcfg; in clk_pxa3xx_cpll_get_rate() local
[all...]
/kernel/linux/linux-6.6/include/linux/clk/
H A Dpxa.h12 extern void pxa3xx_clk_update_accr(u32 disable, u32 enable, u32 xclkcfg, u32 mask);
15 #define pxa3xx_clk_update_accr(disable, enable, xclkcfg, mask) do { } while (0)
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c116 uint32_t xclkcfg; in __update_core_freq() local
124 xclkcfg = (info->core_xn == 2) ? 0x3 : 0x2; /* turbo bit */ in __update_core_freq()
127 __asm__("mcr p14, 0, %0, c6, c0, 0\n" : : "r"(xclkcfg)); in __update_core_freq()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c135 u32 mask, disable, enable, xclkcfg; in __update_core_freq() local
142 xclkcfg = (info->core_xn == 2) ? 0x3 : 0x2; /* turbo bit */ in __update_core_freq()
144 pxa3xx_clk_update_accr(disable, enable, xclkcfg, mask); in __update_core_freq()

Completed in 3 milliseconds