Searched refs:pci_write_config_word (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_reset.c | 257 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_DEVCTL, in mthca_reset() 265 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_LNKCTL, in mthca_reset()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci.c | 288 pci_write_config_word(pdev, PCI_COMMAND, cmd); in mt7921_pci_probe()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 695 pci_write_config_word(const struct pci_dev *pdev, int where, u16 val) in pci_write_config_word() function 1025 return pci_write_config_word(dev, pci_pcie_cap(dev) + pos, val); in pcie_capability_write_word()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 657 pci_write_config_word(device_t kdev, int where, uint16_t val) in pci_write_config_word() function
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | pci.c | 430 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in ath11k_pci_msi_config()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | pci.c | 660 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in ath12k_pci_msi_config()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 1749 pci_write_config_word(pdev, PCI_COMMAND, pci_cmd); in iwl_pcie_irq_set_affinity()
|