Searched refs:read_pci_config_16 (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/pci/ |
H A D | broadcom_bus.c | 50 word1 = read_pci_config_16(bus, slot, func, 0xc0); cnb20le_res() 51 word2 = read_pci_config_16(bus, slot, func, 0xc2); cnb20le_res() 60 word1 = read_pci_config_16(bus, slot, func, 0xc4); cnb20le_res() 61 word2 = read_pci_config_16(bus, slot, func, 0xc6); cnb20le_res() 70 word1 = read_pci_config_16(bus, slot, func, 0xd0); cnb20le_res() 71 word2 = read_pci_config_16(bus, slot, func, 0xd2); cnb20le_res()
|
H A D | early.c | 26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) read_pci_config_16() function
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | pci-direct.h | 11 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | early-quirks.c | 203 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); intel_remapping_check() 325 return read_pci_config_16(0, 0, 0, I865_TOUD) << 16; i865_stolen_base() 333 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL); i830_stolen_size() 361 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL); gen3_stolen_size() 415 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); gen6_stolen_size() 426 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); gen8_stolen_size() 436 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); chv_stolen_size() 462 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); gen9_stolen_size() 559 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); intel_graphics_stolen() 560 subvendor = read_pci_config_16(num, slot, func, intel_graphics_stolen() 562 subdevice = read_pci_config_16(num, slot, func, PCI_SUBSYSTEM_ID); intel_graphics_stolen() 662 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE); check_dev_quirk() 667 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); check_dev_quirk() 669 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); check_dev_quirk()
|
H A D | aperture_64.c | 100 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & find_cap() 131 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14); read_agp()
|
H A D | setup.c | 685 vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID); snb_gfx_workaround_needed() 689 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID); snb_gfx_workaround_needed()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 277 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); init_cyrix() 278 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID); init_cyrix()
|
/linux-4.4.14/drivers/usb/early/ |
H A D | ehci-dbgp.c | 374 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & find_cap()
|
Completed in 275 milliseconds