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

/linux-master/drivers/gpu/drm/amd/include/
H A Damd_pcie_helpers.h76 static inline uint16_t get_pcie_lane_support(uint32_t pcie_lane_width_cap, argument
83 switch (pcie_lane_width_cap) {
111 if (pcie_lane_width_cap & (0x10000 << i)) {
115 if (pcie_lane_width_cap & (0x10000 << j)) {
123 if (pcie_lane_width_cap & (0x10000 << j)) {

Completed in 96 milliseconds