Searched refs:write_pci_config (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | rtas_pci.c | 32 static int write_pci_config; variable 119 ret = rtas_call(write_pci_config, 3, 1, NULL, addr, size, (ulong)val); in rtas_pci_dn_write_config() 195 write_pci_config = rtas_function_token(RTAS_FN_WRITE_PCI_CONFIG); in init_pci_config_tokens()
|
| /linux/arch/x86/include/asm/ |
| H A D | pci-direct.h | 13 extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val);
|
| /linux/arch/x86/pci/ |
| H A D | early.c | 35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config() function
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 327 write_pci_config(bus, slot, func, PCI_COMMAND, in early_pci_serial_init() 339 write_pci_config(bus, slot, func, PCI_COMMAND, in early_pci_serial_init()
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 46 write_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0, ~0); in xdbc_map_pci_mmio() 48 write_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0, val); in xdbc_map_pci_mmio() 61 write_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0 + 4, ~0); in xdbc_map_pci_mmio() 63 write_pci_config(bus, dev, func, PCI_BASE_ADDRESS_0 + 4, val); in xdbc_map_pci_mmio()
|
| H A D | ehci-dbgp.c | 686 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port()
|