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

/linux-master/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;
434 bridge->pci_regs_behavior[PCI_IO_BASE_UPPER16 / 4].rw = 0;
H A Dsetup-bus.c606 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, 0x0000ffff);
610 pci_write_config_dword(bridge, PCI_IO_BASE_UPPER16, io_upper16);
H A Dprobe.c370 pci_read_config_word(dev, PCI_IO_BASE_UPPER16, &io_base_hi);
/linux-master/arch/xtensa/lib/
H A Dpci-auto.c207 pci_write_config_word(dev, PCI_IO_BASE_UPPER16,
/linux-master/drivers/pci/controller/
H A Dvmd.c547 writel(0x0000ffff, base + PCI_IO_BASE_UPPER16);
551 writel(0, base + PCI_IO_BASE_UPPER16);
H A Dpci-mvebu.c760 case PCI_IO_BASE_UPPER16:
/linux-master/include/uapi/linux/
H A Dpci_regs.h155 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/linux-master/drivers/pci/hotplug/
H A Dibmphp_res.c1964 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, &upper_io_start);
H A Dibmphp_pci.c942 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_IO_BASE_UPPER16, 0x0000);

Completed in 300 milliseconds