Lines Matching +full:- +full:viper
24 #include <asm/cpu-type.h>
27 #include <asm/smp-ops.h>
56 * Some experimental CM boxes are set up to let CM own the Viper TP0 in bcm3384_viper_quirks()
58 * load address to a non-conflicting region (e.g. via in bcm3384_viper_quirks()
64 * smp-bmips.c (boot on TP1, but enable SMP, then TP0 becomes our in bcm3384_viper_quirks()
65 * logical CPU#1). For the Viper TP1 case, SMP is off limits. 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()