Searched refs:read_pci_config (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | rtas_pci.c | 31 static int read_pci_config; variable 68 ret = rtas_call(read_pci_config, 2, 2, &returnval, addr, size); in rtas_pci_dn_read_config() 194 read_pci_config = rtas_function_token(RTAS_FN_READ_PCI_CONFIG); in init_pci_config_tokens()
|
| /linux/drivers/usb/early/ |
| H A D | ehci-dbgp.c | 394 class = read_pci_config(bus, slot, func, PCI_CLASS_REVISION); in __find_dbgp() 682 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port() 695 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port() 719 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() 734 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() 851 debug_port = read_pci_config(bus, slot, func, cap); in early_dbgp_init() 862 bar_val = read_pci_config(bus, slot, func, PCI_BASE_ADDRESS_0); in early_dbgp_init()
|
| H A D | xhci-dbc.c | 45 val = read_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0); in xdbc_map_pci_mmio() 47 sz = read_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0); in xdbc_map_pci_mmio() 60 val = read_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0 + 4); in xdbc_map_pci_mmio() 62 sz = read_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0 + 4); in xdbc_map_pci_mmio() 115 class = read_pci_config(bus, dev, func, PCI_CLASS_REVISION); in xdbc_find_dbgp()
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 307 cmdreg = read_pci_config(bus, slot, func, PCI_COMMAND); in early_pci_serial_init() 308 classcode = read_pci_config(bus, slot, func, PCI_CLASS_REVISION); in early_pci_serial_init() 309 bar0 = read_pci_config(bus, slot, func, PCI_BASE_ADDRESS_0); in early_pci_serial_init()
|
| /linux/drivers/firewire/ |
| H A D | init_ohci1394_dma.c | 252 ohci_base = read_pci_config(num, slot, func, PCI_BASE_ADDRESS_0+(0<<2)) in init_ohci1394_controller() 278 class = read_pci_config(num, slot, func, in init_ohci1394_dma_on_all_controllers()
|
| /linux/arch/x86/include/asm/ |
| H A D | pci-direct.h | 10 extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset);
|
| /linux/arch/x86/pci/ |
| H A D | early.c | 11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config() function
|
| H A D | broadcom_bus.c | 100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID); in broadcom_postcore_init()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | amd.c | 664 val = read_pci_config(0, 24, 0, 0x68); in early_init_amd()
|
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 3349 pci_id = read_pci_config(0, i, 0, 0); in detect_ivrs()
|