HomeSort by: relevance | last modified time | path
    Searched defs:new_reg (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/powerpc/oea/
cpu_speedctl.c 125 int new_reg; local in function:sysctl_cpuspeed_temp
127 new_reg = *(int *)node.sysctl_data;
128 if (new_reg == scom_speeds[0]) {
130 } else if (new_reg == scom_speeds[1]) {
133 printf("%s: new_reg %d\n", __func__, new_reg);
cpu_speedctl.c 125 int new_reg; local in function:sysctl_cpuspeed_temp
127 new_reg = *(int *)node.sysctl_data;
128 if (new_reg == scom_speeds[0]) {
130 } else if (new_reg == scom_speeds[1]) {
133 printf("%s: new_reg %d\n", __func__, new_reg);
  /src/sys/arch/evbmips/loongson/
loongson_clock.c 279 int new_reg; local in function:loongson_cpuspeed_temp
281 new_reg = *(int *)node.sysctl_data;
283 while ((i < 8) && (sc_scale[i] != new_reg))
loongson_clock.c 279 int new_reg; local in function:loongson_cpuspeed_temp
281 new_reg = *(int *)node.sysctl_data;
283 while ((i < 8) && (sc_scale[i] != new_reg))
  /src/sys/dev/pci/voyager/
pwmclock.c 345 int new_reg; local in function:pwmclock_cpuspeed_temp
347 new_reg = *(int *)node.sysctl_data;
349 while ((i < 8) && (sc->sc_scale[i] != new_reg))
pwmclock.c 345 int new_reg; local in function:pwmclock_cpuspeed_temp
347 new_reg = *(int *)node.sysctl_data;
349 while ((i < 8) && (sc->sc_scale[i] != new_reg))
  /src/sys/arch/macppc/dev/
lmu.c 358 int new_reg; local in function:lmu_sysctl
360 new_reg = *(int *)node.sysctl_data;
361 if (new_reg != sc->sc_target) {
381 int new_reg; local in function:lmu_sysctl_thresh
383 new_reg = *(int *)node.sysctl_data;
384 if (new_reg != sc->sc_thresh && new_reg > 0) {
385 sc->sc_thresh = new_reg;
lmu.c 358 int new_reg; local in function:lmu_sysctl
360 new_reg = *(int *)node.sysctl_data;
361 if (new_reg != sc->sc_target) {
381 int new_reg; local in function:lmu_sysctl_thresh
383 new_reg = *(int *)node.sysctl_data;
384 if (new_reg != sc->sc_thresh && new_reg > 0) {
385 sc->sc_thresh = new_reg;
obio.c 727 int new_reg; local in function:sysctl_cpuspeed_temp
729 new_reg = *(int *)node.sysctl_data;
730 if (new_reg == sc->sc_spd_lo) {
732 } else if (new_reg == sc->sc_spd_hi) {
735 printf("%s: new_reg %d\n", __func__, new_reg);
obio.c 727 int new_reg; local in function:sysctl_cpuspeed_temp
729 new_reg = *(int *)node.sysctl_data;
730 if (new_reg == sc->sc_spd_lo) {
732 } else if (new_reg == sc->sc_spd_hi) {
735 printf("%s: new_reg %d\n", __func__, new_reg);

Completed in 28 milliseconds