Home
last modified time | relevance | path

Searched refs:LC_CURRENT_DATA_RATE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dbtcd.h176 # define LC_CURRENT_DATA_RATE (1 << 11) macro
H A Drv6xxd.h239 # define LC_CURRENT_DATA_RATE (1 << 11) macro
H A Drv770d.h968 # define LC_CURRENT_DATA_RATE (1 << 11) macro
H A Dnid.h1117 # define LC_CURRENT_DATA_RATE (1 << 11) macro
H A Devergreend.h1505 # define LC_CURRENT_DATA_RATE (1 << 11) macro
H A Dr600d.h919 # define LC_CURRENT_DATA_RATE (1 << 11) macro
H A Drv6xx_dpm.c64 if (!(RREG32_PCIE_PORT(PCIE_LC_SPEED_CNTL) & LC_CURRENT_DATA_RATE)) in rv6xx_force_pcie_gen1()
H A Dcypress_dpm.c309 if ((perf_req == PCIE_PERF_REQ_PECI_GEN1) && (tmp & LC_CURRENT_DATA_RATE)) in cypress_pcie_performance_request()
H A Drv770_dpm.c1620 if (tmp & LC_CURRENT_DATA_RATE) in rv770_get_pcie_gen2_status()
H A Dr600.c4512 if (speed_cntl & LC_CURRENT_DATA_RATE) { in r600_pcie_gen2_enable()
H A Devergreen.c5348 if (speed_cntl & LC_CURRENT_DATA_RATE) { in evergreen_pcie_gen2_enable()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c220 PCIE_LC_SPEED_CNTL, LC_CURRENT_DATA_RATE)); in smu7_get_current_pcie_speed()