Home
last modified time | relevance | path

Searched refs:link_cntl2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770.c2023 u16 link_cntl2; in rv770_pcie_gen2_enable() local
2068 link_cntl2 = RREG16(0x4088); in rv770_pcie_gen2_enable()
2069 link_cntl2 &= ~TARGET_LINK_SPEED_MASK; in rv770_pcie_gen2_enable()
2070 link_cntl2 |= 0x2; in rv770_pcie_gen2_enable()
2071 WREG16(0x4088, link_cntl2); in rv770_pcie_gen2_enable()
H A Dr600.c4488 u16 link_cntl2; in r600_pcie_gen2_enable() local
4549 link_cntl2 = RREG32(0x4088); in r600_pcie_gen2_enable()
4552 if (link_cntl2 & SELECTABLE_DEEMPHASIS) in r600_pcie_gen2_enable()
4566 link_cntl2 = RREG16(0x4088); in r600_pcie_gen2_enable()
4567 link_cntl2 &= ~TARGET_LINK_SPEED_MASK; in r600_pcie_gen2_enable()
4568 link_cntl2 |= 0x2; in r600_pcie_gen2_enable()
4569 WREG16(0x4088, link_cntl2); in r600_pcie_gen2_enable()