HomeSort by: relevance | last modified time | path
    Searched refs:vmax (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/dev/i2c/
smscmon.c 69 .vmax = 3320000
77 .vmax = 2988000
85 .vmax = 4383000
93 .vmax = 6640000
101 .vmax = 15938000
109 .vmax = 4383000
117 .vmax = 1992000
125 .vmax = 2391000
133 .vmax = 0
141 .vmax =
    [all...]
smscmonvar.h 65 int vmax; /* value in uV for 0xff */ member in struct:smscmon_sensor
  /src/sys/uvm/pmap/
pmap_devmap.c 93 const vaddr_t vmax = __type_max_u(vaddr_t); local
97 KASSERTMSG(vmax - pdp->pd_va >= pdp->pd_size - 1,
  /src/sys/arch/macppc/dev/
battery.c 156 int len, vmax, pcharge, vb; local
193 vmax = sc->sc_vmax_charged;
201 vmax = sc->sc_vmax_charging;
203 sc->sc_charge = (100 * vb) / vmax;
pm_direct.c 988 long pcharge=0, charge, vb, vmax, chargemax; local
1009 vmax = vmax_charged;
1018 vmax = vmax_charging;
1020 charge = (100 * vb) / vmax;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_freesync.h 131 unsigned int *vmax);
  /src/sbin/dump/
main.c 730 * range (except that a vmax of 0 means unlimited).
733 numarg(const char *meaning, long vmin, long vmax)
741 if (val < vmin || (vmax && val > vmax))
743 meaning, vmin, vmax);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer.h 103 unsigned int vmin, unsigned int vmax,
  /src/sys/uvm/
uvm_km.c 400 vaddr_t *vmax /* OUT */, vsize_t size, int flags, bool fixed,
424 *vmax = *vmin + size;
434 uvm_map_setup(submap, *vmin, *vmax, flags);
441 if (uvm_map_submap(map, *vmin, *vmax, submap) != 0)
uvm_map.c 4175 uvmspace_alloc(vaddr_t vmin, vaddr_t vmax, bool topdown)
4181 uvmspace_init(vm, NULL, vmin, vmax, topdown);
4194 vaddr_t vmax, bool topdown)
4197 UVMHIST_CALLARGS(maphist, "(vm=%#jx, pmap=%#jx, vmin=%#jx, vmax=%#jx",
4198 (uintptr_t)vm, (uintptr_t)pmap, vmin, vmax);
4202 uvm_map_setup(&vm->vm_map, vmin, vmax, VM_MAP_PAGEABLE
4820 uvm_map_setup(struct vm_map *map, vaddr_t vmin, vaddr_t vmax, int flags)
4829 vm_map_setmax(map, vmax);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_hw_sequencer.h 131 int num_pipes, unsigned int vmin, unsigned int vmax,
amdgpu_dcn10_hw_sequencer.c 343 DTN_INFO("OTG: v_bs v_be v_ss v_se vpol vmax vmin vmax_sel vmin_sel h_bs h_be h_ss h_se hpol htot vtot underflow blank_en\n");
2711 int num_pipes, unsigned int vmin, unsigned int vmax,
2721 params.vertical_total_max = vmax;
2733 if (vmax != 0 && vmin != 0)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-bases.h 61 extern const function_base *const vmax;
riscv-vector-builtins-functions.def 187 DEF_RVV_FUNCTION (vmax, alu, full_preds, i_vvv_ops)
188 DEF_RVV_FUNCTION (vmax, alu, full_preds, i_vvx_ops)
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.y 119 static int check_expr_is_const (expressionS, int vmin, int vmax);
1585 check_expr_is_const (expressionS e, int vmin, int vmax)
1590 || e.X_add_number > vmax)
1592 if (vmin == vmax)
1595 sprintf (buf, "%d..%d expected here", vmin, vmax);
rl78-parse.c 177 static int check_expr_is_const (expressionS, int vmin, int vmax);
4829 check_expr_is_const (expressionS e, int vmin, int vmax)
4834 || e.X_add_number > vmax)
4836 if (vmin == vmax)
4839 sprintf (buf, "%d..%d expected here", vmin, vmax);
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.y 119 static int check_expr_is_const (expressionS, int vmin, int vmax);
1585 check_expr_is_const (expressionS e, int vmin, int vmax)
1590 || e.X_add_number > vmax)
1592 if (vmin == vmax)
1595 sprintf (buf, "%d..%d expected here", vmin, vmax);
rl78-parse.c 177 static int check_expr_is_const (expressionS, int vmin, int vmax);
4829 check_expr_is_const (expressionS e, int vmin, int vmax)
4834 || e.X_add_number > vmax)
4836 if (vmin == vmax)
4839 sprintf (buf, "%d..%d expected here", vmin, vmax);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/
amdgpu_freesync.c 465 unsigned int *vmax)
468 *vmax = stream->adjust.v_total_max;
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
xmmintrin.h 1714 __vector unsigned char vmin, vmax, vabsdiff; local
1723 vmax = vec_max (a, b);
1724 vabsdiff = vec_sub (vmax, vmin);
emmintrin.h 2161 __v16qu vmin, vmax, vabsdiff; local
2169 vmax = vec_max (a, b);
2170 vabsdiff = vec_sub (vmax, vmin);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1711 int num_pipes, unsigned int vmin, unsigned int vmax,
1721 params.vertical_total_max = vmax;
1732 if (vmax != 0 && vmin != 0)
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 2659 int vsync, vmin, vmax; local
2664 vmax = t[6];
2666 vmax += ((t[4] & 0x02) ? 255 : 0);
2669 return (vsync <= vmax && vsync >= vmin);
  /src/sys/rump/librump/rumpkern/
vm.c 418 uvmspace_init(struct vmspace *vm, struct pmap *pmap, vaddr_t vmin, vaddr_t vmax,
  /src/sys/kern/
kern_exec.c 1969 vaddr_t vmin = 0, vmax; local
1972 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,

Completed in 157 milliseconds

1 2