Home
last modified time | relevance | path

Searched refs:PCI_IO_BASE_UPPER16 (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/xtensa/lib/
Dpci-auto.c210 pci_write_config_word(dev, PCI_IO_BASE_UPPER16, in pciauto_postscan_setup_bridge()
/Linux-v4.19/arch/arm/mach-cns3xxx/
Dpcie.c244 cns3xxx_write_config(cnspci, PCI_IO_BASE_UPPER16, 2, io_base); in cns3xxx_pcie_hw_init()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h153 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/Linux-v4.19/drivers/pci/controller/
Dpci-mvebu.c560 case PCI_IO_BASE_UPPER16: in mvebu_sw_pci_bridge_read()
708 case PCI_IO_BASE_UPPER16: in mvebu_sw_pci_bridge_write()
/Linux-v4.19/drivers/pci/
Dsetup-bus.c607 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0x0000ffff); in pci_setup_bridge_io()
611 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, io_upper16); in pci_setup_bridge_io()
Dprobe.c376 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_io()
/Linux-v4.19/drivers/pci/hotplug/
Dibmphp_pci.c943 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge()
Dibmphp_res.c1963 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, &upper_io_start); in update_bridge_ranges()