Searched refs:PCI_IO_BASE (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/arch/mips/include/asm/mach-lasat/ | 
| D | mach-gt64120.h | 26 #define GT_ISA_IO_BASE	PCI_IO_BASE
  | 
| /Linux-v5.4/arch/xtensa/lib/ | 
| D | pci-auto.c | 204 	pci_write_config_byte(dev, PCI_IO_BASE,  in pciauto_postscan_setup_bridge()
  | 
| /Linux-v5.4/drivers/pci/ | 
| D | pci-bridge-emul.c | 94 	[PCI_IO_BASE / 4] = {
  | 
| D | probe.c | 351 	pci_read_config_word(bridge, PCI_IO_BASE, &io);  in pci_read_bridge_windows() 353 		pci_write_config_word(bridge, PCI_IO_BASE, 0xe0f0);  in pci_read_bridge_windows() 354 		pci_read_config_word(bridge, PCI_IO_BASE, &io);  in pci_read_bridge_windows() 355 		pci_write_config_word(bridge, PCI_IO_BASE, 0x0);  in pci_read_bridge_windows() 414 	pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo);  in pci_read_bridge_io()
  | 
| D | setup-bus.c | 589 		pci_read_config_word(bridge, PCI_IO_BASE, &l);  in pci_setup_bridge_io() 604 	pci_write_config_word(bridge, PCI_IO_BASE, l);  in pci_setup_bridge_io()
  | 
| /Linux-v5.4/arch/x86/pci/ | 
| D | ce4100.c | 231 	case PCI_IO_BASE:  in bridge_read()
  | 
| /Linux-v5.4/drivers/pci/hotplug/ | 
| D | ibmphp_pci.c | 919 		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()
  | 
| D | cpqphp_ctrl.c | 2477 		rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_BASE, temp_byte);  in configure_new_function() 2593 				rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_BASE, temp_byte);  in configure_new_function()
  | 
| D | cpqphp_pci.c | 742 			pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base);  in cpqhp_save_used_resources()
  | 
| 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-v5.4/arch/mips/pci/ | 
| D | pci-rt3883.c | 548 				       PCI_IO_BASE, 0x00000101);  in rt3883_pci_probe()
  | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | pci_regs.h | 132 #define PCI_IO_BASE		0x1c	/* I/O range behind the bridge */  macro
  | 
| /Linux-v5.4/drivers/pci/controller/dwc/ | 
| D | pcie-tegra194.c | 736 	val = dw_pcie_readl_dbi(pci, PCI_IO_BASE);  in tegra_pcie_prepare_host() 738 	dw_pcie_writel_dbi(pci, PCI_IO_BASE, val);  in tegra_pcie_prepare_host()
  | 
| D | pci-keystone.c | 823 			pci->dbi_base + PCI_IO_BASE);  in ks_pcie_host_init()
  | 
| /Linux-v5.4/drivers/pci/controller/ | 
| D | pci-mvebu.c | 493 	case PCI_IO_BASE:  in mvebu_pci_bridge_emul_base_conf_write()
  | 
| /Linux-v5.4/drivers/video/fbdev/matrox/ | 
| D | matroxfb_DAC1064.c | 996 			pci_write_config_byte(ibm, PCI_IO_BASE, 0xF0);	/* ??? */  in MGAG100_reset()
  |