Searched refs:PCI_MEMORY_LIMIT (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/pci/
H A Dce4100.c202 case PCI_MEMORY_LIMIT:
214 if (reg == PCI_MEMORY_LIMIT)
/linux-master/arch/xtensa/lib/
H A Dpci-auto.c164 pci_write_config_word(dev, PCI_MEMORY_LIMIT,
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2481 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
2651 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
2658 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
H A Dibmphp_pci.c952 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000 | bus->rangeMem->end >> 16);
957 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &temp);
963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000);
H A Dcpqphp_pci.c761 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length);
H A Dibmphp_res.c2012 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address);
/linux-master/include/uapi/linux/
H A Dpci_regs.h144 #define PCI_MEMORY_LIMIT 0x22 macro
/linux-master/drivers/pci/
H A Dprobe.c394 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo);

Completed in 176 milliseconds