Searched refs:PCI_IO_BASE (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/pci/
H A Dpci-bridge-emul.c97 [PCI_IO_BASE / 4] = {
411 bridge->pci_regs_behavior[PCI_IO_BASE / 4].ro &=
431 bridge->pci_regs_behavior[PCI_IO_BASE / 4].ro |= GENMASK(15, 0);
432 bridge->pci_regs_behavior[PCI_IO_BASE / 4].rw &= ~GENMASK(15, 0);
H A Dprobe.c362 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo);
473 pci_read_config_word(bridge, PCI_IO_BASE, &io);
475 pci_write_config_word(bridge, PCI_IO_BASE, 0xe0f0);
476 pci_read_config_word(bridge, PCI_IO_BASE, &io);
477 pci_write_config_word(bridge, PCI_IO_BASE, 0x0);
H A Dsetup-bus.c593 pci_read_config_word(bridge, PCI_IO_BASE, &l);
605 /* Temporarily disable the I/O range before updating PCI_IO_BASE */
608 pci_write_config_word(bridge, PCI_IO_BASE, l);
/linux-master/arch/xtensa/lib/
H A Dpci-auto.c205 pci_write_config_byte(dev, PCI_IO_BASE,
/linux-master/arch/x86/pci/
H A Dce4100.c231 case PCI_IO_BASE:
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c918 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &io_base);
931 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00 | bus->rangeIO->start >> 8);
935 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &temp);
946 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00);
H A Dcpqphp_ctrl.c2465 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_BASE, temp_byte);
2581 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_BASE, temp_byte);
H A Dcpqphp_pci.c744 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base);
H A Dibmphp_res.c1962 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &start_io_address);
/linux-master/arch/mips/pci/
H A Dpci-rt3883.c538 PCI_IO_BASE, 0x00000101);
/linux-master/include/uapi/linux/
H A Dpci_regs.h135 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
/linux-master/drivers/pci/controller/
H A Dvmd.c545 * PCI_IO_BASE.
549 writew(0x00f0, base + PCI_IO_BASE);
H A Dpci-mvebu.c739 case PCI_IO_BASE:
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c905 val = dw_pcie_readl_dbi(pci, PCI_IO_BASE);
907 dw_pcie_writel_dbi(pci, PCI_IO_BASE, val);
H A Dpci-keystone.c819 pci->dbi_base + PCI_IO_BASE);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c996 pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0); /* ??? */

Completed in 224 milliseconds