Lines Matching +full:100 +full:base +full:- +full:fx
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause
35 /*-
136 { "IBM PowerPC 750FX", IBM750FX, REVFMT_MAJMIN,
141 { "IBM PowerPC 970FX", IBM970FX, REVFMT_MAJMIN,
278 /* Provide some user-friendly aliases for bits in cpu_features */
298 for (cp = models; cp->version != 0; cp++) { in cpu_feature_setup()
299 if (cp->version == vers) in cpu_feature_setup()
304 cpu_features |= cp->features; in cpu_feature_setup()
305 cpu_features2 |= cp->features2; in cpu_feature_setup()
336 revfmt = cput->revfmt; in cpu_setup()
337 name = cput->name; in cpu_setup()
342 strncpy(model, name, sizeof(model) - 1); in cpu_setup()
359 printf(", %jd.%02jd MHz", cps / 1000000, (cps / 10000) % 100); in cpu_setup()
371 if (cput->cpu_setup != NULL) in cpu_setup()
372 cput->cpu_setup(cpuid, vers); in cpu_setup()
451 if (OF_getprop(cpu, "ibm,extended-clock-frequency", in cpu_est_clockrate()
455 } else if (OF_getencprop(cpu, "clock-frequency", in cpu_est_clockrate()
475 * Configure power-saving mode. in cpu_6xx_setup()
513 /* No power-saving mode is available. */ ; in cpu_6xx_setup()
562 printf("L1 I-cache %sabled, ", (hid & HID0_ICE) ? "en" : "dis"); in cpu_6xx_print_cacheinfo()
563 printf("L1 D-cache %sabled\n", (hid & HID0_DCE) ? "en" : "dis"); in cpu_6xx_print_cacheinfo()
594 printf("write-%s", (mfspr(SPR_L2CR) & L2CR_L2WT) in cpu_6xx_print_cacheinfo()
628 /* Program power-management mode. */ in cpu_booke_setup()
653 /* Configure power-saving mode */ in cpu_970_setup()
694 /* Configure power-saving */ in cpu_powerx_setup()
728 sbintime_t sbt = -1; in cpu_idle()
733 printf("td msr %#lx\n", (u_long)td->td_md.md_saved_msr); in cpu_idle()
797 * Base binutils doesn't know what the 'wait' instruction is, so in cpu_idle_e500mc()
826 cpu_idle_max_stop_state = -1; in cpu_idle_powerx()
837 /* Sleeping when running on one cpu gives no advantages - avoid it */ in cpu_idle_powerx()
863 cpu_idle_max_stop_state = -1; in cpu_idle_power9()
887 /* Exit spinlock and re-enable external interrupts */ in cpu_idle_power9()
899 * Re-enable external interrupts to capture the interrupt that caused in cpu_idle_power9()