Lines Matching +full:mips +full:- +full:hpt +full:- +full:frequency
24 #include <asm/cpu-type.h>
27 #include <asm/smp-ops.h>
58 * load address to a non-conflicting region (e.g. via in bcm3384_viper_quirks()
60 * If we detect this condition, we need to move the MIPS exception in bcm3384_viper_quirks()
64 * smp-bmips.c (boot on TP1, but enable SMP, then TP0 becomes our in bcm3384_viper_quirks()
124 { "brcm,bcm3384-viper", &bcm3384_viper_quirks },
125 { "brcm,bcm33843-viper", &bcm3384_viper_quirks },
165 if (of_property_read_u32(np, "mips-hpt-frequency", &freq) < 0) in plat_time_init()
166 panic("missing 'mips-hpt-frequency' property"); in plat_time_init()
195 for (q = bmips_quirk_list; q->quirk_fn; q++) { in plat_mem_setup()
197 q->compatible)) { in plat_mem_setup()
198 q->quirk_fn(); in plat_mem_setup()