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

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Datombios_dp.c308 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); local
313 pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]);
317 if (this_p > p)
318 p = this_p;
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_dp.c1527 uint8_t this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); local
1531 if (this_p > p)
1532 p = this_p;
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcall.c85 BOOL_BITFIELD this_p : 1; member in struct:conversion
1445 t->this_p = true;
5677 if ((*ics)->this_p)

Completed in 91 milliseconds