Searched refs:config_space (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/kernel/ |
D | eeh_pe.c | 699 #define SAVED_BYTE(OFF) (((u8 *)(edev->config_space))[BYTE_SWAP(OFF)]) 710 eeh_ops->write_config(edev, i*4, 4, edev->config_space[i]); in eeh_restore_bridge_bars() 712 eeh_ops->write_config(edev, 14*4, 4, edev->config_space[14]); in eeh_restore_bridge_bars() 720 eeh_ops->write_config(edev, 15*4, 4, edev->config_space[15]); in eeh_restore_bridge_bars() 723 eeh_ops->write_config(edev, PCI_COMMAND, 4, edev->config_space[1] | in eeh_restore_bridge_bars() 736 eeh_ops->write_config(edev, i*4, 4, edev->config_space[i]); in eeh_restore_device_bars() 738 eeh_ops->write_config(edev, 12*4, 4, edev->config_space[12]); in eeh_restore_device_bars() 746 eeh_ops->write_config(edev, 15*4, 4, edev->config_space[15]); in eeh_restore_device_bars() 753 if (edev->config_space[1] & PCI_COMMAND_PARITY) in eeh_restore_device_bars() 757 if (edev->config_space[1] & PCI_COMMAND_SERR) in eeh_restore_device_bars()
|
D | eeh.c | 891 eeh_ops->read_config(edev, i * 4, 4, &edev->config_space[i]); in eeh_save_bars() 900 edev->config_space[1] |= PCI_COMMAND_MASTER; in eeh_save_bars()
|
/arch/sparc/kernel/ |
D | psycho_common.h | 14 ((PBM)->config_space | (1UL << 24))
|
D | prom_irqtrans.c | 120 unsigned long config_space = controller_regs + SABRE_CONFIGSPACE; in sabre_wsync_handler() local 124 config_space = SABRE_CONFIG_BASE(config_space); in sabre_wsync_handler() 129 config_space |= SABRE_CONFIG_ENCODE(bus, devfn, 0x00); in sabre_wsync_handler() 135 : "r" ((u16 *) config_space), in sabre_wsync_handler()
|
D | pci_impl.h | 109 unsigned long config_space; member
|
D | pci_common.c | 44 return (void *) (pbm->config_space | bus | devfn | reg); in sun4u_config_mkaddr() 406 pbm->config_space = a; in pci_determine_mem_io_space()
|
D | pci_sabre.c | 534 pbm->config_space = pbm->controller_regs + SABRE_CONFIGSPACE; in sabre_probe()
|
D | pci_psycho.c | 550 pbm->config_space = (pr_regs[2].phys_addr + PSYCHO_CONFIGSPACE); in psycho_probe()
|
D | pci_schizo.c | 74 #define SCHIZO_CONFIG_BASE(PBM) ((PBM)->config_space)
|
/arch/powerpc/include/asm/ |
D | eeh.h | 137 u32 config_space[16]; /* Saved PCI config space */ member
|