Searched refs:PCI_IO_BASE (Results 1 – 14 of 14) sorted by relevance
/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 205 pci_write_config_byte(dev, PCI_IO_BASE, in pciauto_postscan_setup_bridge()
|
/linux/arch/x86/pci/ |
H A D | ce4100.c | 225 case PCI_IO_BASE: in bridge_read()
|
/linux/drivers/pci/ |
H A D | probe.c | 408 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo); in pci_read_bridge_io() 519 pci_read_config_word(bridge, PCI_IO_BASE, &io); in pci_read_bridge_windows() 521 pci_write_config_word(bridge, PCI_IO_BASE, 0xe0f0); in pci_read_bridge_windows() 522 pci_read_config_word(bridge, PCI_IO_BASE, &io); in pci_read_bridge_windows() 523 pci_write_config_word(bridge, PCI_IO_BASE, 0x0); in pci_read_bridge_windows()
|
H A D | setup-bus.c | 697 pci_read_config_word(bridge, PCI_IO_BASE, &l); in pci_setup_bridge_io() 709 /* Temporarily disable the I/O range before updating PCI_IO_BASE */ in pci_setup_bridge_io() 712 pci_write_config_word(bridge, PCI_IO_BASE, l); in pci_setup_bridge_io()
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 918 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &io_base); in configure_bridge() 931 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00 | bus->rangeIO->start >> 8); in configure_bridge() 935 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &temp); in configure_bridge() 946 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00); in configure_bridge()
|
H A D | cpqphp_ctrl.c | 2465 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function() 2581 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_BASE, temp_byte); in configure_new_function()
|
H A D | ibmphp_res.c | 1962 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_BASE, &start_io_address); in update_bridge_ranges()
|
/linux/arch/mips/pci/ |
H A D | pci-rt3883.c | 539 PCI_IO_BASE, 0x00000101); in rt3883_pci_probe()
|
/linux/include/uapi/linux/ |
H A D | pci_regs.h | 135 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
|
/linux/drivers/pci/controller/ |
H A D | vmd.c | 539 * PCI_IO_BASE. in vmd_domain_reset() 543 writew(0x00f0, base + PCI_IO_BASE); in vmd_domain_reset()
|
H A D | pci-mvebu.c | 739 case PCI_IO_BASE: in mvebu_pci_bridge_emul_base_conf_write()
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-tegra194.c | 903 val = dw_pcie_readl_dbi(pci, PCI_IO_BASE); in tegra_pcie_dw_host_init() 905 dw_pcie_writel_dbi(pci, PCI_IO_BASE, val); in tegra_pcie_dw_host_init()
|
H A D | pci-keystone.c | 858 pci->dbi_base + PCI_IO_BASE); in ks_pcie_host_init()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.c | 997 pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0); /* ??? */ in MGAG100_reset()
|