Home
last modified time | relevance | path

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

/arch/arm/mach-mvebu/
Dmvebu-soc-id.c62 void __iomem *pci_base; in get_soc_id_by_pci() local
94 pci_base = of_iomap(child, 0); in get_soc_id_by_pci()
95 if (pci_base == NULL) { in get_soc_id_by_pci()
102 soc_dev_id = readl(pci_base + PCIE_DEV_ID_OFF) >> 16; in get_soc_id_by_pci()
105 soc_rev = readl(pci_base + PCIE_DEV_REV_OFF) & SOC_REV_MASK; in get_soc_id_by_pci()
111 iounmap(pci_base); in get_soc_id_by_pci()
/arch/mips/netlogic/xlp/
Dusb-init-xlp2.c143 u64 port_addr, xhci_base, pci_base; in nlm_xlpii_usb_hw_reset() local
180 pci_base = nlm_xlpii_get_usb_pcibase(node, port); in nlm_xlpii_usb_hw_reset()
181 xhci_base = nlm_read_usb_reg(pci_base, 0x4) & ~0xf; in nlm_xlpii_usb_hw_reset()