Searched refs:read_pci_config_16 (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/pci/ |
| H A D | broadcom_bus.c | 46 word1 = read_pci_config_16(bus, slot, func, 0xc0); in cnb20le_res() 47 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res() 56 word1 = read_pci_config_16(bus, slot, func, 0xc4); in cnb20le_res() 57 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res() 66 word1 = read_pci_config_16(bus, slot, func, 0xd0); in cnb20le_res() 67 word2 = read_pci_config_16(bus, slot, func, 0xd2); in cnb20le_res()
|
| H A D | early.c | 27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pci-direct.h | 12 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 631 xdbc.vendor = read_pci_config_16(bus, dev, func, PCI_VENDOR_ID); in early_xdbc_parse_parameter() 632 xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID); in early_xdbc_parse_parameter()
|
| H A D | ehci-dbgp.c | 369 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & in find_cap()
|