/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/ |
nouveau_nvkm_subdev_volt_gm20b.c | 76 u32 vmin; local in function:gm20b_volt_new 89 vmin = speedo_to_vmin[tdev->gpu_speedo_id]; 93 ARRAY_SIZE(gm20b_na_cvb_coef), vmin, volt); 96 ARRAY_SIZE(gm20b_cvb_coef), vmin, volt);
|
gk20a.h | 44 int vmin, struct gk20a_volt *volt);
|
nouveau_nvkm_subdev_volt_gk20a.c | 154 int vmin, struct gk20a_volt *volt) 171 vmin);
|
/src/sys/dev/i2c/ |
smscmon.c | 68 .vmin = 13000, 76 .vmin = 12000, 84 .vmin = 17000, 92 .vmin = 26000, 100 .vmin = 62000, 108 .vmin = 17000, 116 .vmin = 8000, 124 .vmin = 9000, 132 .vmin = 0, 140 .vmin = 0 [all...] |
smscmonvar.h | 64 int vmin; /* value in uV for 0x00 */ member in struct:smscmon_sensor
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
mod_freesync.h | 130 unsigned int *vmin,
|
/src/sys/uvm/ |
uvm_km.c | 266 * we assume that [vmin -> start] has already been allocated and that 391 * => if `fixed' is true, *vmin specifies where the region described 399 uvm_km_suballoc(struct vm_map *map, vaddr_t *vmin /* IN/OUT */, 414 if (uvm_map(map, vmin, size, NULL, UVM_UNKNOWN_OFFSET, 0, 421 * set VM bounds (vmin is filled in by uvm_map) 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); 4193 uvmspace_init(struct vmspace *vm, struct pmap *pmap, vaddr_t vmin, 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) 4828 vm_map_setmin(map, vmin);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
hw_sequencer.h | 103 unsigned int vmin, unsigned int vmax,
|
/src/sbin/dump/ |
main.c | 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/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, 2722 params.vertical_total_min = vmin; 2733 if (vmax != 0 && vmin != 0)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
nouveau_nvkm_subdev_clk_gm20b.c | 990 int vmin, id = 0; local in function:gm20b_clk_init_safe_fmax 995 vmin = volt->vid[0].uv; 997 if (volt->vid[i].uv <= vmin) { 998 vmin = volt->vid[i].uv; 1016 nvkm_debug(subdev, "safe fmax @ vmin = %u Khz\n", clk->safe_fmax_vmin);
|
/src/sys/arch/arm/sunxi/ |
sunxi_hdmi.c | 206 const int vmin = __SHIFTOUT(ver, SUNXI_HDMI_VERSION_ID_L); local in function:sunxi_hdmi_attach 209 aprint_normal(": HDMI %d.%d\n", vmaj, vmin);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/ |
amdgpu_freesync.c | 464 unsigned int *vmin, 467 *vmin = stream->adjust.v_total_min;
|
/src/sys/dev/hdaudio/ |
hdaudio.c | 126 const uint8_t vmin = hda_read1(sc, HDAUDIO_MMIO_VMIN); local in function:hdaudio_init 135 vmaj, vmin, nos, nis, nbidir, nsdo, addr64 ? ", 64-bit" : "");
|
/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, 1722 params.vertical_total_min = vmin; 1732 if (vmax != 0 && vmin != 0)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_edid.c | 2659 int vsync, vmin, vmax; local in function:mode_in_vsync_range 2661 vmin = t[5]; 2663 vmin += ((t[4] & 0x01) ? 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 | 1935 vaddr_t vmin = 0, vmax; local in function:exec_init 1938 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,
|