Home
last modified time | relevance | path

Searched refs:this_p (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
Datombios_dp.c308 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); in dp_get_adjust_train() local
313 pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]); in dp_get_adjust_train()
317 if (this_p > p) in dp_get_adjust_train()
318 p = this_p; in dp_get_adjust_train()
/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_dp.c1472 uint8_t this_p = intel_get_adjust_request_pre_emphasis(adjust_request, lane); in intel_get_adjust_train() local
1476 if (this_p > p) in intel_get_adjust_train()
1477 p = this_p; in intel_get_adjust_train()
/freebsd-10-stable/contrib/gcc/cp/
Dcall.c85 BOOL_BITFIELD this_p : 1; member
1445 t->this_p = true; in add_function_candidate()
5677 if ((*ics)->this_p) in maybe_handle_implicit_object()