Home
last modified time | relevance | path

Searched refs:pci_write_config_word (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_reset.c251 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_DEVCTL, in mthca_reset()
259 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_LNKCTL, in mthca_reset()
/trueos/sys/ofed/include/linux/
HDpci.h405 pci_write_config_word(struct pci_dev *pdev, int where, u16 val) in pci_write_config_word() function
865 return pci_write_config_word(dev, pci_pcie_cap(dev) + pos, val); in pcie_capability_write_word()