Home
last modified time | relevance | path

Searched refs:read_pci_config_16 (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/x86/pci/
Dbroadcom_bus.c54 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()
Dearly.c26 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/
Dearly-quirks.c246 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()
Daperture_64.c119 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()
Dsetup.c642 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/
Dpci-direct.h11 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
/linux-3.4.99/arch/x86/kernel/cpu/
Dcyrix.c278 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/
Dehci-dbgp.c373 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & in find_cap()