Searched refs:this_v (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp_link_training.c53 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); local
56 if (this_v > v)
57 v = this_v;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c220 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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios_dp.c278 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;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalops.c3331 struct value *ptr, *this_v = v;
3353 struct type *p = check_typedef (value_type (this_v));
3355 if (get_baseclass_offset (p, curtype, this_v,
3329 struct value *ptr, *this_v = v; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalops.c3604 struct value *ptr, *this_v = v;
3626 struct type *p = check_typedef (value_type (this_v));
3628 if (get_baseclass_offset (p, curtype, this_v,
3602 struct value *ptr, *this_v = v; local

Completed in 227 milliseconds