/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpci_hotplug_pci.c | 74 if (pci_bus_write_config_word(slot->bus, in cpci_set_attention_status() 118 if (pci_bus_write_config_word(slot->bus, in cpci_check_and_clear_ins() 167 if (pci_bus_write_config_word(slot->bus, in cpci_clear_ext() 193 if (pci_bus_write_config_word(slot->bus, in cpci_led_on() 221 if (pci_bus_write_config_word(slot->bus, in cpci_led_off()
|
H A D | ibmphp_pci.c | 534 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_COMMAND, DEVICEENABLE); in configure_device() 943 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge() 944 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_LIMIT_UPPER16, 0x0000); in configure_bridge() 952 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0x0000 | bus->rangeMem->start >> 16); in configure_bridge() 953 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000 | bus->rangeMem->end >> 16); in configure_bridge() 963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0xffff); in configure_bridge() 964 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000); in configure_bridge() 967 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, 0x0000 | bus->rangePFMem->start >> 16); in configure_bridge() 968 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000 | bus->rangePFMem->end >> 16); in configure_bridge() 982 pci_bus_write_config_word(ibmphp_pci_bu in configure_bridge() [all...] |
H A D | cpqphp_ctrl.c | 2490 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2493 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2500 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2503 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function() 2593 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function() 2618 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function() 2644 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2663 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2670 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2696 rc = pci_bus_write_config_word(pci_bu in configure_new_function() [all...] |
H A D | cpqphp_pci.c | 719 pci_bus_write_config_word(pci_bus, devfn, PCI_COMMAND, command); in cpqhp_save_used_resources() 727 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in cpqhp_save_used_resources()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpci_hotplug_pci.c | 72 if (pci_bus_write_config_word(slot->bus, in cpci_set_attention_status() 116 if (pci_bus_write_config_word(slot->bus, in cpci_check_and_clear_ins() 165 if (pci_bus_write_config_word(slot->bus, in cpci_clear_ext() 191 if (pci_bus_write_config_word(slot->bus, in cpci_led_on() 219 if (pci_bus_write_config_word(slot->bus, in cpci_led_off()
|
H A D | ibmphp_pci.c | 533 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_COMMAND, DEVICEENABLE); in configure_device() 942 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge() 943 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_LIMIT_UPPER16, 0x0000); in configure_bridge() 951 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0x0000 | bus->rangeMem->start >> 16); in configure_bridge() 952 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000 | bus->rangeMem->end >> 16); in configure_bridge() 962 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0xffff); in configure_bridge() 963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000); in configure_bridge() 966 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, 0x0000 | bus->rangePFMem->start >> 16); in configure_bridge() 967 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000 | bus->rangePFMem->end >> 16); in configure_bridge() 981 pci_bus_write_config_word(ibmphp_pci_bu in configure_bridge() [all...] |
H A D | cpqphp_ctrl.c | 2478 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2481 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2488 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2491 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function() 2581 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function() 2606 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function() 2632 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2651 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2658 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2684 rc = pci_bus_write_config_word(pci_bu in configure_new_function() [all...] |
H A D | cpqphp_pci.c | 721 pci_bus_write_config_word(pci_bus, devfn, PCI_COMMAND, command); in cpqhp_save_used_resources() 729 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in cpqhp_save_used_resources()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | access.c | 74 EXPORT_SYMBOL(pci_bus_write_config_word); variable 569 return pci_bus_write_config_word(dev->bus, dev->devfn, where, val); in pci_write_config_word()
|
H A D | quirks.c | 5639 pci_bus_write_config_word(bus, devfn, PCI_VENDOR_ID, 0); in pci_idt_bus_quirk()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | access.c | 77 EXPORT_SYMBOL(pci_bus_write_config_word); variable 589 return pci_bus_write_config_word(dev->bus, dev->devfn, where, val); in pci_write_config_word()
|
H A D | quirks.c | 5766 pci_bus_write_config_word(bus, devfn, PCI_VENDOR_ID, 0); in pci_idt_bus_quirk()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-rt2880.c | 262 pci_bus_write_config_word(dev->bus, 0, PCI_COMMAND, cmd); in pcibios_plat_dev_init()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-rt2880.c | 248 pci_bus_write_config_word(dev->bus, 0, PCI_COMMAND, cmd); in pcibios_plat_dev_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1100 int pci_bus_write_config_word(struct pci_bus *bus, unsigned int devfn,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 1194 int pci_bus_write_config_word(struct pci_bus *bus, unsigned int devfn,
|