Searched refs:devctl2 (Results 1 – 2 of 2) sorted by relevance
318 u16 devctl2; in nbif_v6_3_1_program_ltr() local332 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() local378 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()
2630 int16_t devctl2; in ixgbe_pcie_timeout_poll() local2633 devctl2 = IXGBE_READ_PCIE_WORD(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll()2634 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll()2636 switch (devctl2) { in ixgbe_pcie_timeout_poll()