We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb617cb commit e05fd6aCopy full SHA for e05fd6a
drivers/pci/controller/dwc/pcie-tegra194.c
@@ -967,7 +967,7 @@ static int tegra_pcie_dw_start_link(struct dw_pcie *pci)
967
offset = dw_pcie_find_ext_capability(pci, PCI_EXT_CAP_ID_DLF);
968
val = dw_pcie_readl_dbi(pci, offset + PCI_DLF_CAP);
969
val &= ~PCI_DLF_EXCHANGE_ENABLE;
970
- dw_pcie_writel_dbi(pci, offset, val);
+ dw_pcie_writel_dbi(pci, offset + PCI_DLF_CAP, val);
971
972
tegra_pcie_dw_host_init(pp);
973
dw_pcie_setup_rc(pp);
0 commit comments