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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_link_training.c 53 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); local
56 if (this_v > v)
57 v = this_v;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c 220 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); local
225 voltage_names[this_v >> DP_TRAIN_VOLTAGE_SWING_SHIFT],
228 if (this_v > v)
229 v = this_v;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c 278 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); local
283 voltage_names[this_v >> DP_TRAIN_VOLTAGE_SWING_SHIFT],
286 if (this_v > v)
287 v = this_v;
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 3602 struct value *ptr, *this_v = v;
3624 struct type *p = check_typedef (this_v->type ());
3626 if (get_baseclass_offset (p, curtype, this_v,
3600 struct value *ptr, *this_v = v; local
  /src/external/gpl3/gdb/dist/gdb/
valops.c 3596 struct value *ptr, *this_v = v;
3618 struct type *p = check_typedef (this_v->type ());
3620 if (get_baseclass_offset (p, curtype, this_v,
3594 struct value *ptr, *this_v = v; local

Completed in 51 milliseconds