Searched refs:read_pci_config_16 (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/pci/ |
D | broadcom_bus.c | 50 word1 = read_pci_config_16(bus, slot, func, 0xc0); in cnb20le_res() 51 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res() 60 word1 = read_pci_config_16(bus, slot, func, 0xc4); in cnb20le_res() 61 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res() 70 word1 = read_pci_config_16(bus, slot, func, 0xd0); in cnb20le_res() 71 word2 = read_pci_config_16(bus, slot, func, 0xd2); in cnb20le_res()
|
D | early.c | 26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | early-quirks.c | 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() [all …]
|
D | aperture_64.c | 100 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & in find_cap() 131 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14); in read_agp()
|
D | setup.c | 698 vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID); in snb_gfx_workaround_needed() 702 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID); in snb_gfx_workaround_needed()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pci-direct.h | 11 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | cyrix.c | 277 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix() 278 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID); in init_cyrix()
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 374 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & in find_cap()
|