config_space      140 arch/powerpc/include/asm/eeh.h 	u32 config_space[16];		/* Saved PCI config space	*/
config_space      988 arch/powerpc/kernel/eeh.c 		eeh_ops->read_config(pdn, i * 4, 4, &edev->config_space[i]);
config_space      997 arch/powerpc/kernel/eeh.c 		edev->config_space[1] |= PCI_COMMAND_MASTER;
config_space      768 arch/powerpc/kernel/eeh_pe.c #define SAVED_BYTE(OFF)	(((u8 *)(edev->config_space))[BYTE_SWAP(OFF)])
config_space      780 arch/powerpc/kernel/eeh_pe.c 		eeh_ops->write_config(pdn, i*4, 4, edev->config_space[i]);
config_space      782 arch/powerpc/kernel/eeh_pe.c 	eeh_ops->write_config(pdn, 14*4, 4, edev->config_space[14]);
config_space      790 arch/powerpc/kernel/eeh_pe.c 	eeh_ops->write_config(pdn, 15*4, 4, edev->config_space[15]);
config_space      793 arch/powerpc/kernel/eeh_pe.c 	eeh_ops->write_config(pdn, PCI_COMMAND, 4, edev->config_space[1] |
config_space      807 arch/powerpc/kernel/eeh_pe.c 		eeh_ops->write_config(pdn, i*4, 4, edev->config_space[i]);
config_space      809 arch/powerpc/kernel/eeh_pe.c 	eeh_ops->write_config(pdn, 12*4, 4, edev->config_space[12]);
config_space      817 arch/powerpc/kernel/eeh_pe.c 	eeh_ops->write_config(pdn, 15*4, 4, edev->config_space[15]);
config_space      824 arch/powerpc/kernel/eeh_pe.c 	if (edev->config_space[1] & PCI_COMMAND_PARITY)
config_space      828 arch/powerpc/kernel/eeh_pe.c 	if (edev->config_space[1] & PCI_COMMAND_SERR)
config_space       44 arch/sparc/kernel/pci_common.c 	return (void *)	(pbm->config_space | bus | devfn | reg);
config_space      406 arch/sparc/kernel/pci_common.c 			pbm->config_space = a;
config_space      109 arch/sparc/kernel/pci_impl.h 	unsigned long			config_space;
config_space      550 arch/sparc/kernel/pci_psycho.c 	pbm->config_space = (pr_regs[2].phys_addr + PSYCHO_CONFIGSPACE);
config_space      534 arch/sparc/kernel/pci_sabre.c 	pbm->config_space = pbm->controller_regs + SABRE_CONFIGSPACE;
config_space       74 arch/sparc/kernel/pci_schizo.c #define SCHIZO_CONFIG_BASE(PBM)	((PBM)->config_space)
config_space      120 arch/sparc/kernel/prom_irqtrans.c 	unsigned long config_space = controller_regs + SABRE_CONFIGSPACE;
config_space      124 arch/sparc/kernel/prom_irqtrans.c 	config_space = SABRE_CONFIG_BASE(config_space);
config_space      129 arch/sparc/kernel/prom_irqtrans.c 	config_space |= SABRE_CONFIG_ENCODE(bus, devfn, 0x00);
config_space      135 arch/sparc/kernel/prom_irqtrans.c 			     : "r" ((u16 *) config_space),
config_space       14 arch/sparc/kernel/psycho_common.h 	((PBM)->config_space | (1UL << 24))
config_space      454 drivers/net/ethernet/atheros/atl1e/atl1e.h 	u32 *config_space;
config_space      499 drivers/net/ethernet/atheros/atlx/atl2.h 	u32 *config_space;
config_space      885 drivers/net/ethernet/neterion/s2io.h 	u32 config_space[256 / sizeof(u32)];
config_space      584 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h 	u32 *config_space;
config_space      238 drivers/pci/hotplug/cpqphp.h 	u32 config_space[0x20];
config_space     1027 drivers/pci/hotplug/cpqphp_ctrl.c 	secondaryBus = (bridge->config_space[0x06] >> 8) & 0xFF;
config_space     1028 drivers/pci/hotplug/cpqphp_ctrl.c 	subordinateBus = (bridge->config_space[0x06] >> 16) & 0xFF;
config_space     1099 drivers/pci/hotplug/cpqphp_ctrl.c 	if (((func->config_space[0x03] >> 16) & 0xFF) == 0x01)
config_space      418 drivers/pci/hotplug/cpqphp_pci.c 				rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, function), cloop << 2, (u32 *) &(new_slot->config_space[cloop]));
config_space      513 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), cloop << 2, (u32 *) &(new_slot->config_space[cloop]));
config_space      971 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_write_config_dword(pci_bus, devfn, cloop, func->config_space[cloop >> 2]);
config_space      999 drivers/pci/hotplug/cpqphp_pci.c 				if (temp != func->config_space[cloop >> 2]) {
config_space     1002 drivers/pci/hotplug/cpqphp_pci.c 					dbg("temp = %x, config space = %x\n\n", temp, func->config_space[cloop >> 2]);
config_space     1055 drivers/pci/hotplug/cpqphp_pci.c 		if (temp_register != func->config_space[0])
config_space     1062 drivers/pci/hotplug/cpqphp_pci.c 		if (temp_register != func->config_space[0x08 >> 2])
config_space     1074 drivers/pci/hotplug/cpqphp_pci.c 			temp_register = func->config_space[0x18 >> 2];
config_space     1095 drivers/pci/hotplug/cpqphp_pci.c 			if (temp_register != func->config_space[0x2C >> 2]) {
config_space     1100 drivers/pci/hotplug/cpqphp_pci.c 				if (!((func->config_space[0] == 0xAE100E11)
config_space     1488 drivers/pci/pci.c 	u32 config_space[16];
config_space     1518 drivers/pci/pci.c 	memcpy(state->config_space, dev->saved_config_space,
config_space     1519 drivers/pci/pci.c 	       sizeof(state->config_space));
config_space     1548 drivers/pci/pci.c 	memcpy(dev->saved_config_space, state->config_space,
config_space     1549 drivers/pci/pci.c 	       sizeof(state->config_space));