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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dclock.c173 u32 *bootcr, u32 bus_clock)
184 switch ((*bootcr & (BOOT_PLL_SOURCE_MASK << shift)) >> shift) {
199 if (*bootcr & BOOT_PLL_BYPASS)
219 u32 *bootcr, u32 frequency)
224 switch ((*bootcr & (BOOT_PLL_SOURCE_MASK << shift)) >> shift) {
252 u32 *bootcr = (u32 *)ioremap_nocache(AR7_REGS_DCL, 4); local
258 &clocks->bus, bootcr, AR7_AFE_CLOCK);
260 if (*bootcr & BOOT_PLL_ASYNC_MODE)
262 &clocks->cpu, bootcr, AR7_AFE_CLOCK);
268 bootcr, dsp_cl
172 tnetd7300_get_clock(u32 shift, struct tnetd7300_clock *clock, u32 *bootcr, u32 bus_clock) argument
218 tnetd7300_set_clock(u32 shift, struct tnetd7300_clock *clock, u32 *bootcr, u32 frequency) argument
308 tnetd7200_get_clock_base(int clock_id, u32 *bootcr) argument
336 u32 *bootcr = (u32 *)ioremap_nocache(AR7_REGS_DCL, 4); local
[all...]
H A Dplatform.c564 void __iomem *bootcr; local
620 bootcr = ioremap_nocache(AR7_REGS_DCL, 4);
621 val = readl(bootcr);
622 iounmap(bootcr);

Completed in 57 milliseconds