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()
559 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_graphics_stolen()
560 subvendor = read_pci_config_16(num, slot, func, in intel_graphics_stolen()
562 subdevice = read_pci_config_16(num, slot, func, PCI_SUBSYSTEM_ID); in intel_graphics_stolen()
662 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE); in check_dev_quirk()
667 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk()
669 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in check_dev_quirk()