Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dnbif_v6_3_1.c378 u16 devctl2; in nbif_v6_3_1_program_ltr() local
392 pcie_capability_read_word(adev->pdev, PCI_EXP_DEVCTL2, &devctl2); in nbif_v6_3_1_program_ltr()
394 if (adev->pdev->ltr_path == (devctl2 & PCI_EXP_DEVCTL2_LTR_EN)) in nbif_v6_3_1_program_ltr()
408 u16 devctl2, ltr; in nbif_v6_3_1_program_aspm() local
438 pcie_capability_read_word(adev->pdev, PCI_EXP_DEVCTL2, &devctl2); in nbif_v6_3_1_program_aspm()
439 data = def = devctl2; in nbif_v6_3_1_program_aspm()
/linux/drivers/pci/
H A Dpci-bridge-emul.h60 __le16 devctl2; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c6315 u16 devctl2; in ixgbe_get_completion_timeout() local
6317 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()
6319 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()