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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c 5403 u32 pcie_lc_cntl, pcie_lc_cntl_old; local in function:evergreen_program_aspm
5454 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL);
5455 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK);
5458 pcie_lc_cntl |= LC_L0S_INACTIVITY(7);
5460 pcie_lc_cntl |= LC_L0S_INACTIVITY(3);
5465 pcie_lc_cntl |= LC_L1_INACTIVITY(7);
5467 pcie_lc_cntl |= LC_L1_INACTIVITY(8);
5544 pcie_lc_cntl |= LC_PMI_TO_L1_DIS;
5546 if (pcie_lc_cntl != pcie_lc_cntl_old
    [all...]
radeon_evergreen.c 5403 u32 pcie_lc_cntl, pcie_lc_cntl_old; local in function:evergreen_program_aspm
5454 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL);
5455 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK);
5458 pcie_lc_cntl |= LC_L0S_INACTIVITY(7);
5460 pcie_lc_cntl |= LC_L0S_INACTIVITY(3);
5465 pcie_lc_cntl |= LC_L1_INACTIVITY(7);
5467 pcie_lc_cntl |= LC_L1_INACTIVITY(8);
5544 pcie_lc_cntl |= LC_PMI_TO_L1_DIS;
5546 if (pcie_lc_cntl != pcie_lc_cntl_old
    [all...]

Completed in 29 milliseconds