Home
last modified time | relevance | path

Searched refs:PCI_IO_BASE (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-lasat/
Dmach-gt64120.h25 #define GT_ISA_IO_BASE PCI_IO_BASE
/linux-4.1.27/arch/mn10300/unit-asb2305/
Dpci.c490 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE, 1, &x); in unit_pci_init()
495 o->write(&bus, PCI_DEVFN(3, 0), PCI_IO_BASE, 1, 0x01); in unit_pci_init()
496 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE, 1, &x); in unit_pci_init()
/linux-4.1.27/drivers/pci/
Dsetup-bus.c608 pci_read_config_word(bridge, PCI_IO_BASE, &l); in pci_setup_bridge_io()
623 pci_write_config_word(bridge, PCI_IO_BASE, l); in pci_setup_bridge_io()
755 pci_read_config_word(bridge, PCI_IO_BASE, &io); in pci_bridge_check_ranges()
757 pci_write_config_word(bridge, PCI_IO_BASE, 0xe0f0); in pci_bridge_check_ranges()
758 pci_read_config_word(bridge, PCI_IO_BASE, &io); in pci_bridge_check_ranges()
759 pci_write_config_word(bridge, PCI_IO_BASE, 0x0); in pci_bridge_check_ranges()
Dprobe.c355 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo); in pci_read_bridge_io()
/linux-4.1.27/arch/xtensa/lib/
Dpci-auto.c218 pci_write_config_byte(dev, PCI_IO_BASE, in pciauto_postscan_setup_bridge()
/linux-4.1.27/arch/x86/pci/
Dce4100.c256 case PCI_IO_BASE: in bridge_read()
/linux-4.1.27/drivers/pci/host/
Dpci-keystone.c263 pp->dbi_base + PCI_IO_BASE); in ks_pcie_host_init()
Dpci-mvebu.c487 case PCI_IO_BASE: in mvebu_sw_pci_bridge_read()
573 case PCI_IO_BASE: in mvebu_sw_pci_bridge_write()
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_pci.c950 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, &io_base); in configure_bridge()
963 pci_bus_write_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00 | bus->rangeIO->start >> 8); in configure_bridge()
978 pci_bus_write_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00); in configure_bridge()
Dcpqphp_ctrl.c2523 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function()
2639 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function()
Dcpqphp_pci.c746 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources()
Dibmphp_res.c1995 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, &start_io_address); in update_bridge_ranges()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h124 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
/linux-4.1.27/arch/mips/pci/
Dpci-rt3883.c558 PCI_IO_BASE, 0x00000101); in rt3883_pci_probe()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c995 pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0); /* ??? */ in MGAG100_reset()