Lines Matching +full:mips +full:- +full:hpt +full:- +full:frequency
24 #include <asm/cpu-type.h>
27 #include <asm/smp-ops.h>
40 * with "brcm,bmips-cbr-reg" in the "cpus" node.
65 * load address to a non-conflicting region (e.g. via in bcm3384_viper_quirks()
67 * If we detect this condition, we need to move the MIPS exception in bcm3384_viper_quirks()
71 * smp-bmips.c (boot on TP1, but enable SMP, then TP0 becomes our in bcm3384_viper_quirks()
131 { "brcm,bcm3384-viper", &bcm3384_viper_quirks },
132 { "brcm,bcm33843-viper", &bcm3384_viper_quirks },
174 if (of_property_read_u32(np, "mips-hpt-frequency", &freq) < 0) in plat_time_init()
175 panic("missing 'mips-hpt-frequency' property"); in plat_time_init()
204 for (q = bmips_quirk_list; q->quirk_fn; q++) { in plat_mem_setup()
206 q->compatible)) { in plat_mem_setup()
207 q->quirk_fn(); in plat_mem_setup()
228 if (of_property_read_u32(np, "brcm,bmips-cbr-reg", &addr)) in device_tree_init()