Searched refs:read_pci_config_16 (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/x86/pci/ |
D | broadcom_bus.c | 54 word1 = read_pci_config_16(bus, slot, func, 0xc0); in cnb20le_res() 55 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res() 64 word1 = read_pci_config_16(bus, slot, func, 0xc4); in cnb20le_res() 65 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res() 74 word1 = read_pci_config_16(bus, slot, func, 0xd0); in cnb20le_res() 75 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-3.4.99/arch/x86/kernel/ |
D | early-quirks.c | 246 class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE); in check_dev_quirk() 251 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk() 253 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in check_dev_quirk()
|
D | aperture_64.c | 119 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & in find_cap() 150 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14); in read_agp()
|
D | setup.c | 642 vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID); in snb_gfx_workaround_needed() 646 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID); in snb_gfx_workaround_needed()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pci-direct.h | 11 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
|
/linux-3.4.99/arch/x86/kernel/cpu/ |
D | cyrix.c | 278 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix() 279 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID); in init_cyrix()
|
/linux-3.4.99/drivers/usb/early/ |
D | ehci-dbgp.c | 373 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & in find_cap()
|