HomeSort by: relevance | last modified time | path
    Searched defs:current_data_rate (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cik.c 1465 u32 speed_cntl, current_data_rate; local in function:cik_pcie_gen3_enable
1483 current_data_rate = (speed_cntl & PCIE_LC_SPEED_CNTL__LC_CURRENT_DATA_RATE_MASK) >>
1486 if (current_data_rate == 2) {
1492 if (current_data_rate == 1) {
1504 if (current_data_rate != 2) {
amdgpu_si.c 1660 u32 speed_cntl, current_data_rate; local in function:si_pcie_gen3_enable
1678 current_data_rate = (speed_cntl & LC_CURRENT_DATA_RATE_MASK) >>
1681 if (current_data_rate == 2) {
1687 if (current_data_rate == 1) {
1698 if (current_data_rate != 2) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si.c 7104 u32 speed_cntl, current_data_rate; local in function:si_pcie_gen3_enable
7129 current_data_rate = (speed_cntl & LC_CURRENT_DATA_RATE_MASK) >>
7132 if (current_data_rate == 2) {
7138 if (current_data_rate == 1) {
7150 if (current_data_rate != 2) {
radeon_cik.c 9569 u32 speed_cntl, current_data_rate; local in function:cik_pcie_gen3_enable
9594 current_data_rate = (speed_cntl & LC_CURRENT_DATA_RATE_MASK) >>
9597 if (current_data_rate == 2) {
9603 if (current_data_rate == 1) {
9615 if (current_data_rate != 2) {

Completed in 24 milliseconds