Home
last modified time | relevance | path

Searched refs:PCI_IO_LIMIT_UPPER16 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/xtensa/lib/
H A Dpci-auto.c168 pci_write_config_word(dev, PCI_IO_LIMIT_UPPER16, in pciauto_prescan_setup_bridge()
/linux/include/uapi/linux/
H A Dpci_regs.h156 #define PCI_IO_LIMIT_UPPER16 0x32 macro
/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c943 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_LIMIT_UPPER16, 0x0000); in configure_bridge()
H A Dibmphp_res.c1965 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_IO_LIMIT_UPPER16, &upper_io_end); in update_bridge_ranges()
/linux/drivers/pci/
H A Dprobe.c371 pci_read_config_word(dev, PCI_IO_LIMIT_UPPER16, &io_limit_hi); in pci_read_bridge_io()