Searched refs:bootcr (Results 1 – 2 of 2) sorted by relevance
173 u32 *bootcr, u32 bus_clock) in tnetd7300_get_clock() argument184 switch ((*bootcr & (BOOT_PLL_SOURCE_MASK << shift)) >> shift) { in tnetd7300_get_clock()199 if (*bootcr & BOOT_PLL_BYPASS) in tnetd7300_get_clock()219 u32 *bootcr, u32 frequency) in tnetd7300_set_clock() argument224 switch ((*bootcr & (BOOT_PLL_SOURCE_MASK << shift)) >> shift) { in tnetd7300_set_clock()252 u32 *bootcr = (u32 *)ioremap_nocache(AR7_REGS_DCL, 4); in tnetd7300_init_clocks() local258 &clocks->bus, bootcr, AR7_AFE_CLOCK); in tnetd7300_init_clocks()260 if (*bootcr & BOOT_PLL_ASYNC_MODE) in tnetd7300_init_clocks()262 &clocks->cpu, bootcr, AR7_AFE_CLOCK); in tnetd7300_init_clocks()268 bootcr, dsp_clk.rate); in tnetd7300_init_clocks()[all …]
618 void __iomem *bootcr; in ar7_register_devices() local677 bootcr = ioremap_nocache(AR7_REGS_DCL, 4); in ar7_register_devices()678 val = readl(bootcr); in ar7_register_devices()679 iounmap(bootcr); in ar7_register_devices()