Home
last modified time | relevance | path

Searched refs:LC_LINK_WIDTH_RD_SHIFT (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770d.h952 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Dnid.h1101 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Dsid.h1508 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Dcikd.h369 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Drv770.c2050 lanes = (link_width_cntl & LC_LINK_WIDTH_RD_MASK) >> LC_LINK_WIDTH_RD_SHIFT; in rv770_pcie_gen2_enable()
H A Devergreend.h1486 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Dr600d.h903 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Dr600.c4529 lanes = (link_width_cntl & LC_LINK_WIDTH_RD_MASK) >> LC_LINK_WIDTH_RD_SHIFT; in r600_pcie_gen2_enable()
H A Dci_dpm.c4789 link_width >>= LC_LINK_WIDTH_RD_SHIFT; in ci_get_current_pcie_lane_number()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h1571 # define LC_LINK_WIDTH_RD_SHIFT 4 macro
H A Dsi.c1524 switch ((link_width_cntl & LC_LINK_WIDTH_RD_MASK) >> LC_LINK_WIDTH_RD_SHIFT) { in si_get_pcie_lanes()