Home
last modified time | relevance | path

Searched refs:cfgspace (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/pci/
Dpci-bridge-emul.c465 __le32 *cfgspace; in pci_bridge_emul_conf_read() local
471 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_read()
478 cfgspace = NULL; in pci_bridge_emul_conf_read()
485 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_read()
491 cfgspace = NULL; in pci_bridge_emul_conf_read()
505 if (cfgspace) in pci_bridge_emul_conf_read()
506 *value = le32_to_cpu(cfgspace[reg / 4]); in pci_bridge_emul_conf_read()
542 __le32 *cfgspace; in pci_bridge_emul_conf_write() local
552 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_write()
559 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_write()
[all …]
/linux-6.6.21/drivers/pci/controller/
Dpci-mvebu.c590 __le32 *cfgspace = (__le32 *)&bridge->conf; in mvebu_pci_bridge_emul_base_conf_read() local
591 u32 val = le32_to_cpu(cfgspace[PCI_PRIMARY_BUS / 4]); in mvebu_pci_bridge_emul_base_conf_read()
604 __le32 *cfgspace = (__le32 *)&bridge->conf; in mvebu_pci_bridge_emul_base_conf_read() local
605 u32 val = le32_to_cpu(cfgspace[PCI_INTERRUPT_LINE / 4]); in mvebu_pci_bridge_emul_base_conf_read()
Dpci-aardvark.c796 __le32 *cfgspace = (__le32 *)&bridge->conf; in advk_pci_bridge_emul_base_conf_read() local
797 u32 val = le32_to_cpu(cfgspace[PCI_INTERRUPT_LINE / 4]); in advk_pci_bridge_emul_base_conf_read()
/linux-6.6.21/arch/powerpc/sysdev/
Dmpic.c544 u8 __iomem *cfgspace; in mpic_scan_ht_pics() local
558 cfgspace = ioremap(0xf2000000, 0x10000); in mpic_scan_ht_pics()
559 BUG_ON(cfgspace == NULL); in mpic_scan_ht_pics()
565 u8 __iomem *devbase = cfgspace + (devfn << 8); in mpic_scan_ht_pics()