Home
last modified time | relevance | path

Searched refs:pci_config_base (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/pci/
Dpci-xlr.c57 static void *pci_config_base; variable
68 cfgaddr = (u32 *)(pci_config_base + in pci_cfg_read_32bit()
79 cfgaddr = (u32 *)(pci_config_base + in pci_cfg_write_32bit()
336 pci_config_base = ioremap(DEFAULT_PCI_CONFIG_BASE, 16 << 20); in pcibios_init()
Dpci-xlp.c58 static void *pci_config_base; variable
86 cfgaddr = (u32 *)(pci_config_base + in pci_cfg_read_32bit()
97 cfgaddr = (u32 *)(pci_config_base + in pci_cfg_write_32bit()
297 pci_config_base = ioremap(XLP_DEFAULT_PCI_ECFG_BASE, 64 << 20); in pcibios_init()