Searched refs:pci_read_config_word (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c127 if (!pci_read_config_word(dev->persist->pdev, PCI_VENDOR_ID,
H A Dmlx4_catas.c57 ret = pci_read_config_word(dev->persist->pdev, 0, &vendor_id);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h509 pci_read_config_word(struct pci_dev *pdev, int where, u16 *val) function
807 pci_read_config_word(dev, pos + PCI_EXP_FLAGS, &reg16);
911 return pci_read_config_word(dev, pci_pcie_cap(dev) + pos, dst);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h673 pci_read_config_word(device_t kdev, int where, uint16_t *val) function
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c695 pci_read_config_word(dev->dev, SNB_GMCH_CTRL, &snb_gmch_ctl);
H A Di915_irq.c2009 pci_read_config_word(dev->dev, 0x98, &msid);
H A Dintel_display.c3989 pci_read_config_word(dev->dev, GCFGC, &gcfgc);
9446 pci_read_config_word(dev_priv->bridge_dev, INTEL_GMCH_CTRL, &gmch_ctrl);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1742 if (pci_read_config_word(pdev, 2, &did)) {

Completed in 105 milliseconds