Home
last modified time | relevance | path

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

/drivers/pci/
A Dpci_mvebu.c76 u32 cfgcache[(0x3c - 0x10) / 4]; member
173 data = pcie->cfgcache[(offset - 0x10) / 4]; in mvebu_pcie_read_config()
252 data = pcie->cfgcache[(offset - 0x10) / 4]; in mvebu_pcie_write_config()
259 pcie->cfgcache[(offset - 0x10) / 4] = data; in mvebu_pcie_write_config()
545 pcie->cfgcache[(PCI_IO_BASE - 0x10) / 4] = in mvebu_pcie_probe()
547 pcie->cfgcache[(PCI_PREF_MEMORY_BASE - 0x10) / 4] = in mvebu_pcie_probe()
A Dpci-aardvark.c165 u32 cfgcache[(0x3c - 0x10) / 4]; member
385 data = pcie->cfgcache[(offset - 0x10) / 4]; in pcie_advk_read_config()
566 data = pcie->cfgcache[(offset - 0x10) / 4]; in pcie_advk_write_config()
573 pcie->cfgcache[(offset - 0x10) / 4] = data; in pcie_advk_write_config()
941 pcie->cfgcache[(PCI_IO_BASE - 0x10) / 4] = in pcie_advk_probe()
943 pcie->cfgcache[(PCI_PREF_MEMORY_BASE - 0x10) / 4] = in pcie_advk_probe()

Completed in 8 milliseconds