Lines Matching refs:read_pci_config_16
203 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_remapping_check()
325 return read_pci_config_16(0, 0, 0, I865_TOUD) << 16; in i865_stolen_base()
333 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL); in i830_stolen_size()
361 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL); in gen3_stolen_size()
415 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in gen6_stolen_size()
426 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in gen8_stolen_size()
436 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in chv_stolen_size()
462 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in gen9_stolen_size()
558 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_graphics_stolen()
559 subvendor = read_pci_config_16(num, slot, func, in intel_graphics_stolen()
561 subdevice = read_pci_config_16(num, slot, func, PCI_SUBSYSTEM_ID); in intel_graphics_stolen()
657 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE); in check_dev_quirk()
662 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk()
664 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in check_dev_quirk()