Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c133 [PCI_IO_BASE_UPPER16 / 4] = {
433 bridge->pci_regs_behavior[PCI_IO_BASE_UPPER16 / 4].ro = ~0; in pci_bridge_emul_init()
434 bridge->pci_regs_behavior[PCI_IO_BASE_UPPER16 / 4].rw = 0; in pci_bridge_emul_init()
H A Dsetup-bus.c601 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0x0000ffff); in pci_setup_bridge_io()
605 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, io_upper16); in pci_setup_bridge_io()
H A Dprobe.c423 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_io()
/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c63 pci_set_word(dev->wmask + PCI_IO_BASE_UPPER16, 0xffff); in simba_pci_bridge_realize()
/openbmc/u-boot/board/freescale/common/
H A Dcds_via.c33 pci_hose_write_config_word(hose, bridge, PCI_IO_BASE_UPPER16, 0); in mpc85xx_config_via()
/openbmc/linux/arch/xtensa/lib/
H A Dpci-auto.c206 pci_write_config_word(dev, PCI_IO_BASE_UPPER16, in pciauto_postscan_setup_bridge()
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c237 dm_pci_write_config16(dev, PCI_IO_BASE_UPPER16, in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c245 pci_hose_write_config_word(hose, dev, PCI_IO_BASE_UPPER16, in pciauto_prescan_setup_bridge()
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c547 writel(0x0000ffff, base + PCI_IO_BASE_UPPER16); in vmd_domain_reset()
551 writel(0, base + PCI_IO_BASE_UPPER16); in vmd_domain_reset()
H A Dpci-mvebu.c760 case PCI_IO_BASE_UPPER16: in mvebu_pci_bridge_emul_base_conf_write()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c115 PCI_IO_BASE, PCI_IO_BASE_UPPER16); in pci_bridge_get_base()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h154 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h155 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/openbmc/u-boot/cmd/
H A Dpci.c218 { "IO base upper 16 bits", PCI_SIZE_16, PCI_IO_BASE_UPPER16 },
/openbmc/u-boot/include/
H A Dpci.h260 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c942 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge()
H A Dibmphp_res.c1964 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, &upper_io_start); in update_bridge_ranges()