Searched refs:PCI_IO_BASE_UPPER16 (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/pci/ |
D | pci-bridge-emul.c | 133 [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()
|
D | setup-bus.c | 601 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()
|
D | probe.c | 423 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi); in pci_read_bridge_io()
|
/linux-6.6.21/arch/xtensa/lib/ |
D | pci-auto.c | 206 pci_write_config_word(dev, PCI_IO_BASE_UPPER16, in pciauto_postscan_setup_bridge()
|
/linux-6.6.21/drivers/pci/controller/ |
D | vmd.c | 547 writel(0x0000ffff, base + PCI_IO_BASE_UPPER16); in vmd_domain_reset() 551 writel(0, base + PCI_IO_BASE_UPPER16); in vmd_domain_reset()
|
D | pci-mvebu.c | 760 case PCI_IO_BASE_UPPER16: in mvebu_pci_bridge_emul_base_conf_write()
|
/linux-6.6.21/include/uapi/linux/ |
D | pci_regs.h | 154 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
|
/linux-6.6.21/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 942 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000); in configure_bridge()
|
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()
|