Home
last modified time | relevance | path

Searched refs:pci_write_config_dword (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_reset.c205 if (pci_write_config_dword(bridge, bridge_pcix_cap + 0x8, in mthca_reset()
212 if (pci_write_config_dword(bridge, bridge_pcix_cap + 0xc, in mthca_reset()
227 if (pci_write_config_dword(bridge, i * 4, bridge_header[i])) { in mthca_reset()
235 if (pci_write_config_dword(bridge, PCI_COMMAND, in mthca_reset()
246 if (pci_write_config_dword(mdev->pdev, hca_pcix_cap, in mthca_reset()
278 if (pci_write_config_dword(mdev->pdev, i * 4, hca_header[i])) { in mthca_reset()
286 if (pci_write_config_dword(mdev->pdev, PCI_COMMAND, in mthca_reset()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c164 if (pci_write_config_dword(dev->persist->pdev, i * 4, in mlx4_reset()
173 if (pci_write_config_dword(dev->persist->pdev, PCI_COMMAND, in mlx4_reset()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h666 pci_write_config_dword(device_t kdev, int where, uint32_t val) in pci_write_config_dword() function
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2409 pci_write_config_dword(pdev, PCI_BASE_ADDRESS_1, v); in touch_bars()
2411 pci_write_config_dword(pdev, PCI_BASE_ADDRESS_3, v); in touch_bars()
2413 pci_write_config_dword(pdev, PCI_BASE_ADDRESS_5, v); in touch_bars()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h729 pci_write_config_dword(const struct pci_dev *pdev, int where, u32 val) in pci_write_config_dword() function
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.c3025 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff); in ath10k_pci_resume()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c1793 pci_write_config_dword(bp->pdev, reg_off, val); in bnxt_fw_reset_writel()