Searched refs:PCI_IO_BASE (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/mach-lasat/ |
D | mach-gt64120.h | 25 #define GT_ISA_IO_BASE PCI_IO_BASE
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci.c | 490 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/ |
D | setup-bus.c | 608 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()
|
D | probe.c | 355 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo); in pci_read_bridge_io()
|
/linux-4.1.27/arch/xtensa/lib/ |
D | pci-auto.c | 218 pci_write_config_byte(dev, PCI_IO_BASE, in pciauto_postscan_setup_bridge()
|
/linux-4.1.27/arch/x86/pci/ |
D | ce4100.c | 256 case PCI_IO_BASE: in bridge_read()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-keystone.c | 263 pp->dbi_base + PCI_IO_BASE); in ks_pcie_host_init()
|
D | pci-mvebu.c | 487 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/ |
D | ibmphp_pci.c | 950 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()
|
D | cpqphp_ctrl.c | 2523 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()
|
D | cpqphp_pci.c | 746 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 1995 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/ |
D | pci_regs.h | 124 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-rt3883.c | 558 PCI_IO_BASE, 0x00000101); in rt3883_pci_probe()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_DAC1064.c | 995 pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0); /* ??? */ in MGAG100_reset()
|