Searched refs:INTEL_DP_LANE_COUNT_EXP_BITS (Results 1 – 1 of 1) sorted by relevance
1727 #define INTEL_DP_LANE_COUNT_EXP_BITS order_base_2(INTEL_DP_MAX_SUPPORTED_LANE_CONFIGS) macro1728 #define INTEL_DP_LINK_RATE_IDX_BITS (BITS_PER_TYPE(u8) - INTEL_DP_LANE_COUNT_EXP_BITS)1733 u8 lane_count_exp:INTEL_DP_LANE_COUNT_EXP_BITS;
Completed in 18 milliseconds