Home
last modified time | relevance | path

Searched refs:devctl2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dnbif_v6_3_1.c318 u16 devctl2; in nbif_v6_3_1_program_ltr() local
332 pcie_capability_read_word(adev->pdev, PCI_EXP_DEVCTL2, &devctl2); in nbif_v6_3_1_program_ltr()
334 if (adev->pdev->ltr_path == (devctl2 & PCI_EXP_DEVCTL2_LTR_EN)) in nbif_v6_3_1_program_ltr()
348 u16 devctl2, ltr; in nbif_v6_3_1_program_aspm() local
378 pcie_capability_read_word(adev->pdev, PCI_EXP_DEVCTL2, &devctl2); in nbif_v6_3_1_program_aspm()
379 data = def = devctl2; in nbif_v6_3_1_program_aspm()
/linux-6.12.1/drivers/pci/
Dpci-bridge-emul.h60 __le16 devctl2; member
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c2460 s16 devctl2; in ixgbe_pcie_timeout_poll() local
2463 devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll()
2464 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll()
2466 switch (devctl2) { in ixgbe_pcie_timeout_poll()
Dixgbe_main.c5787 u16 devctl2; in ixgbe_get_completion_timeout() local
5789 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()
5791 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()