Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/ar7/
A Dclock.c162 u32 *bootcr, u32 bus_clock) in tnetd7300_get_clock() argument
188 if (*bootcr & BOOT_PLL_BYPASS) in tnetd7300_get_clock()
208 u32 *bootcr, u32 frequency) in tnetd7300_set_clock() argument
251 if (*bootcr & BOOT_PLL_ASYNC_MODE) in tnetd7300_init_clocks()
260 bootcr, dsp_clk); in tnetd7300_init_clocks()
263 iounmap(bootcr); in tnetd7300_init_clocks()
307 if (*bootcr & BOOT_PLL_ASYNC_MODE) in tnetd7200_get_clock_base()
317 if (*bootcr & BOOT_PLL_2TO1_MODE) in tnetd7200_get_clock_base()
345 if (*bootcr & BOOT_PLL_ASYNC_MODE) { in tnetd7200_init_clocks()
367 if (*bootcr & BOOT_PLL_2TO1_MODE) { in tnetd7200_init_clocks()
[all …]
A Dplatform.c640 void __iomem *bootcr; in ar7_register_devices() local
705 bootcr = ioremap(AR7_REGS_DCL, 4); in ar7_register_devices()
706 val = readl(bootcr); in ar7_register_devices()
707 iounmap(bootcr); in ar7_register_devices()

Completed in 5 milliseconds