Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-lasat/
Dmach-gt64120.h26 #define GT_ISA_IO_BASE PCI_IO_BASE
/Linux-v4.19/arch/xtensa/lib/
Dpci-auto.c208 pci_write_config_byte(dev, PCI_IO_BASE, in pciauto_postscan_setup_bridge()
/Linux-v4.19/drivers/pci/
Dsetup-bus.c594 pci_read_config_word(bridge, PCI_IO_BASE, &l); in pci_setup_bridge_io()
609 pci_write_config_word(bridge, PCI_IO_BASE, l); in pci_setup_bridge_io()
746 pci_read_config_word(bridge, PCI_IO_BASE, &io); in pci_bridge_check_ranges()
748 pci_write_config_word(bridge, PCI_IO_BASE, 0xe0f0); in pci_bridge_check_ranges()
749 pci_read_config_word(bridge, PCI_IO_BASE, &io); in pci_bridge_check_ranges()
750 pci_write_config_word(bridge, PCI_IO_BASE, 0x0); in pci_bridge_check_ranges()
Dprobe.c368 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo); in pci_read_bridge_io()
/Linux-v4.19/arch/x86/pci/
Dce4100.c247 case PCI_IO_BASE: in bridge_read()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpci-keystone.c270 pci->dbi_base + PCI_IO_BASE); in ks_pcie_host_init()
/Linux-v4.19/drivers/pci/hotplug/
Dibmphp_pci.c919 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &io_base); in configure_bridge()
932 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00 | bus->rangeIO->start >> 8); in configure_bridge()
947 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00); in configure_bridge()
Dcpqphp_ctrl.c2510 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function()
2626 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function()
Dcpqphp_pci.c742 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources()
Dibmphp_res.c1961 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &start_io_address); in update_bridge_ranges()
/Linux-v4.19/arch/mips/pci/
Dpci-rt3883.c553 PCI_IO_BASE, 0x00000101); in rt3883_pci_probe()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h133 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
/Linux-v4.19/drivers/pci/controller/
Dpci-mvebu.c543 case PCI_IO_BASE: in mvebu_sw_pci_bridge_read()
691 case PCI_IO_BASE: in mvebu_sw_pci_bridge_write()
/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c995 pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0); /* ??? */ in MGAG100_reset()