Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/unit-asb2305/
Dpci.c491 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE_UPPER16, 4, &x); in unit_pci_init()
497 o->write(&bus, PCI_DEVFN(3, 0), PCI_IO_BASE_UPPER16, 4, 0x00020000); in unit_pci_init()
498 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE_UPPER16, 4, &x); in unit_pci_init()
/linux-4.4.14/arch/xtensa/lib/
Dpci-auto.c220 pci_write_config_word(dev, PCI_IO_BASE_UPPER16, in pciauto_postscan_setup_bridge()
/linux-4.4.14/arch/arm/mach-cns3xxx/
Dpcie.c244 cns3xxx_write_config(cnspci, PCI_IO_BASE_UPPER16, 2, io_base); in cns3xxx_pcie_hw_init()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h144 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c539 case PCI_IO_BASE_UPPER16: in mvebu_sw_pci_bridge_read()
687 case PCI_IO_BASE_UPPER16: in mvebu_sw_pci_bridge_write()
/linux-4.4.14/drivers/pci/
Dsetup-bus.c621 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0x0000ffff); in pci_setup_bridge_io()
625 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, io_upper16); in pci_setup_bridge_io()
Dprobe.c365 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_io()
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_pci.c974 pci_bus_write_config_word (ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge()
Dibmphp_res.c1997 pci_bus_read_config_word (ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, &upper_io_start); in update_bridge_ranges()