Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
Dpci-bridge-emul.c366 __le32 *cfgspace; in pci_bridge_emul_conf_read() local
382 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_read()
386 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_read()
396 *value = le32_to_cpu(cfgspace[reg / 4]); in pci_bridge_emul_conf_read()
428 __le32 *cfgspace; in pci_bridge_emul_conf_write() local
455 cfgspace = (__le32 *) &bridge->pcie_conf; in pci_bridge_emul_conf_write()
459 cfgspace = (__le32 *) &bridge->conf; in pci_bridge_emul_conf_write()
473 cfgspace[reg / 4] = cpu_to_le32(new); in pci_bridge_emul_conf_write()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
Dmpic.c542 u8 __iomem *cfgspace; in mpic_scan_ht_pics() local
556 cfgspace = ioremap(0xf2000000, 0x10000); in mpic_scan_ht_pics()
557 BUG_ON(cfgspace == NULL); in mpic_scan_ht_pics()
563 u8 __iomem *devbase = cfgspace + (devfn << 8); in mpic_scan_ht_pics()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-aardvark.c791 __le32 *cfgspace = (__le32 *)&bridge->conf; in advk_pci_bridge_emul_base_conf_read() local
792 u32 val = le32_to_cpu(cfgspace[PCI_INTERRUPT_LINE / 4]); in advk_pci_bridge_emul_base_conf_read()