Searched refs:read_pci_config_16 (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/pci/
H A Dbroadcom_bus.c46 word1 = read_pci_config_16(bus, slot, func, 0xc0);
47 word2 = read_pci_config_16(bus, slot, func, 0xc2);
56 word1 = read_pci_config_16(bus, slot, func, 0xc4);
57 word2 = read_pci_config_16(bus, slot, func, 0xc6);
66 word1 = read_pci_config_16(bus, slot, func, 0xd0);
67 word2 = read_pci_config_16(bus, slot, func, 0xd2);
H A Dearly.c27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) function
/linux-master/arch/x86/include/asm/
H A Dpci-direct.h12 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
/linux-master/arch/x86/kernel/
H A Dearly-quirks.c217 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
322 toud = read_pci_config_16(0, 0, 0, I865_TOUD);
359 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
380 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL);
409 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
420 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
431 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
452 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL);
606 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
646 pmcsr = read_pci_config_16(bu
[all...]
H A Daperture_64.c145 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
176 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
H A Dsetup.c544 vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID);
548 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID);
/linux-master/arch/x86/kernel/cpu/
H A Dcyrix.c283 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID);
284 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID);
/linux-master/drivers/usb/early/
H A Dxhci-dbc.c631 xdbc.vendor = read_pci_config_16(bus, dev, func, PCI_VENDOR_ID);
632 xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID);
H A Dehci-dbgp.c369 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) &

Completed in 280 milliseconds