Home
last modified time | relevance | path

Searched refs:link_cntl2 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drv770.c2028 u16 link_cntl2; in rv770_pcie_gen2_enable() local
2073 link_cntl2 = RREG16(0x4088); in rv770_pcie_gen2_enable()
2074 link_cntl2 &= ~TARGET_LINK_SPEED_MASK; in rv770_pcie_gen2_enable()
2075 link_cntl2 |= 0x2; in rv770_pcie_gen2_enable()
2076 WREG16(0x4088, link_cntl2); in rv770_pcie_gen2_enable()
H A Dr600.c4495 u16 link_cntl2; in r600_pcie_gen2_enable() local
4556 link_cntl2 = RREG32(0x4088); in r600_pcie_gen2_enable()
4559 if (link_cntl2 & SELECTABLE_DEEMPHASIS) in r600_pcie_gen2_enable()
4573 link_cntl2 = RREG16(0x4088); in r600_pcie_gen2_enable()
4574 link_cntl2 &= ~TARGET_LINK_SPEED_MASK; in r600_pcie_gen2_enable()
4575 link_cntl2 |= 0x2; in r600_pcie_gen2_enable()
4576 WREG16(0x4088, link_cntl2); in r600_pcie_gen2_enable()
/kernel/linux/linux-6.6/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()

Completed in 13 milliseconds