Home
last modified time | relevance | path

Searched refs:PCI_COMMAND (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_reset.c224 if (i * 4 == PCI_COMMAND) in mthca_reset()
235 if (pci_write_config_dword(bridge, PCI_COMMAND, in mthca_reset()
236 bridge_header[PCI_COMMAND / 4])) { in mthca_reset()
275 if (i * 4 == PCI_COMMAND) in mthca_reset()
286 if (pci_write_config_dword(mdev->pdev, PCI_COMMAND, in mthca_reset()
287 hca_header[PCI_COMMAND / 4])) { in mthca_reset()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c161 if (i * 4 == PCI_COMMAND) in mlx4_reset()
173 if (pci_write_config_dword(dev->persist->pdev, PCI_COMMAND, in mlx4_reset()
174 hca_header[PCI_COMMAND / 4])) { in mlx4_reset()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci.c285 pci_read_config_word(pdev, PCI_COMMAND, &cmd); in mt7921_pci_probe()
288 pci_write_config_word(pdev, PCI_COMMAND, cmd); in mt7921_pci_probe()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h113 #define PCI_COMMAND PCIR_COMMAND macro
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c1736 pci_read_config_word(pdev, PCI_COMMAND, &pci_cmd); in iwl_pcie_set_interrupt_capa()
1739 pci_write_config_word(pdev, PCI_COMMAND, pci_cmd); in iwl_pcie_set_interrupt_capa()