Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A 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()
/drivers/pci/
A Dpci-bridge-emul.h60 __le16 devctl2; member
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_common.c2473 s16 devctl2; in ixgbe_pcie_timeout_poll() local
2476 devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll()
2477 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll()
2479 switch (devctl2) { in ixgbe_pcie_timeout_poll()
A Dixgbe_main.c6306 u16 devctl2; in ixgbe_get_completion_timeout() local
6308 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()
6310 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()

Completed in 31 milliseconds