Searched refs:PCI_COMMAND (Results 1 – 6 of 6) sorted by relevance
| /src/sys/dev/mthca/ |
| H A D | mthca_reset.c | 224 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()
|
| /src/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_reset.c | 161 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()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | pci.c | 295 pci_read_config_word(pdev, PCI_COMMAND, &cmd); in mt7921_pci_probe() 298 pci_write_config_word(pdev, PCI_COMMAND, cmd); in mt7921_pci_probe()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | pci.c | 329 pci_read_config_word(pdev, PCI_COMMAND, &cmd); in mt7925_pci_probe() 332 pci_write_config_word(pdev, PCI_COMMAND, cmd); in mt7925_pci_probe()
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 101 #define PCI_COMMAND PCIR_COMMAND macro
|
| /src/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | trans.c | 1671 pci_read_config_word(pdev, PCI_COMMAND, &pci_cmd); in iwl_pcie_set_interrupt_capa() 1674 pci_write_config_word(pdev, PCI_COMMAND, pci_cmd); in iwl_pcie_set_interrupt_capa()
|