/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_vga.c | 150 if (pci_read_config_word(i915->bridge_dev, reg, &gmch_ctrl)) {
|
intel_cdclk.c | 146 pci_read_config_word(pdev, GCFGC, &gcfgc); 170 pci_read_config_word(pdev, GCFGC, &gcfgc); 271 pci_read_config_word(pdev, GCFGC, &tmp); 311 pci_read_config_word(pdev, GCFGC, &gcfgc); 351 pci_read_config_word(pdev, GCFGC, &tmp); 391 pci_read_config_word(pdev, GCFGC, &tmp);
|
intel_opregion.c | 333 pci_read_config_word(pdev, SWSCI, &swsci_val);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_suspend.c | 77 pci_read_config_word(pdev, GCDGMBUS,
|
/src/sys/external/bsd/drm2/include/linux/ |
pci.h | 276 #define pci_read_config_word linux_pci_read_config_word macro 325 int pci_read_config_word(struct pci_dev *, int, uint16_t *);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_ggtt.c | 1036 pci_read_config_word(pdev, SNB_GMCH_CTRL, &snb_gmch_ctl); 1195 pci_read_config_word(pdev, SNB_GMCH_CTRL, &snb_gmch_ctl);
|
/src/sys/external/bsd/drm2/linux/ |
linux_pci.c | 230 pci_read_config_word(struct pci_dev *pdev, int reg, uint16_t *valuep) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_device.c | 976 pci_read_config_word(adev->pdev, PCI_COMMAND, &cmd);
|