Searched refs:PCI_IO_BASE_UPPER16 (Results 1 – 8 of 8) sorted by relevance
/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 207 pci_write_config_word(dev, PCI_IO_BASE_UPPER16, in pciauto_postscan_setup_bridge()
|
/linux/drivers/pci/controller/ |
H A D | vmd.c | 541 writel(0x0000ffff, base + PCI_IO_BASE_UPPER16); in vmd_domain_reset() 545 writel(0, base + PCI_IO_BASE_UPPER16); in vmd_domain_reset()
|
H A D | pci-mvebu.c | 760 case PCI_IO_BASE_UPPER16: in mvebu_pci_bridge_emul_base_conf_write()
|
/linux/include/uapi/linux/ |
H A D | pci_regs.h | 155 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
|
/linux/drivers/pci/ |
H A D | setup-bus.c | 710 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0x0000ffff); in pci_setup_bridge_io() 714 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, io_upper16); in pci_setup_bridge_io()
|
H A D | probe.c | 416 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_io()
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 942 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge()
|
H A D | ibmphp_res.c | 1964 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, &upper_io_start); in update_bridge_ranges()
|