HomeSort by: relevance | last modified time | path
    Searched refs:new_reg (Results 1 - 6 of 6) 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);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 841 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
854 OUT_RING (chan, new_reg->num_pages);
873 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
878 u32 page_count = new_reg->num_pages;
881 page_count = new_reg->num_pages;
911 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
916 u32 page_count = new_reg->num_pages;
919 page_count = new_reg->num_pages;
950 struct ttm_mem_reg *old_reg, struct ttm_mem_reg *new_reg)
955 u32 page_count = new_reg->num_pages
    [all...]
  /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;
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);
  /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))
  /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))

Completed in 59 milliseconds