pcie_lc_cntl     5391 drivers/gpu/drm/radeon/evergreen.c 	u32 pcie_lc_cntl, pcie_lc_cntl_old;
pcie_lc_cntl     5442 drivers/gpu/drm/radeon/evergreen.c 	pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL);
pcie_lc_cntl     5443 drivers/gpu/drm/radeon/evergreen.c 	pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK);
pcie_lc_cntl     5446 drivers/gpu/drm/radeon/evergreen.c 			pcie_lc_cntl |= LC_L0S_INACTIVITY(7);
pcie_lc_cntl     5448 drivers/gpu/drm/radeon/evergreen.c 			pcie_lc_cntl |= LC_L0S_INACTIVITY(3);
pcie_lc_cntl     5453 drivers/gpu/drm/radeon/evergreen.c 			pcie_lc_cntl |= LC_L1_INACTIVITY(7);
pcie_lc_cntl     5455 drivers/gpu/drm/radeon/evergreen.c 			pcie_lc_cntl |= LC_L1_INACTIVITY(8);
pcie_lc_cntl     5532 drivers/gpu/drm/radeon/evergreen.c 		pcie_lc_cntl |= LC_PMI_TO_L1_DIS;
pcie_lc_cntl     5534 drivers/gpu/drm/radeon/evergreen.c 	if (pcie_lc_cntl != pcie_lc_cntl_old)
pcie_lc_cntl     5535 drivers/gpu/drm/radeon/evergreen.c 		WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl);