Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-mvebu/
Dmvebu-soc-id.c31 #define PCIE_DEV_ID_OFF 0x0 macro
102 soc_dev_id = readl(pci_base + PCIE_DEV_ID_OFF) >> 16; in get_soc_id_by_pci()
/linux-4.4.14/arch/arm/plat-orion/
Dpcie.c22 #define PCIE_DEV_ID_OFF 0x0000 macro
57 return readl(base + PCIE_DEV_ID_OFF) >> 16; in orion_pcie_dev_id()
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c28 #define PCIE_DEV_ID_OFF 0x0000 macro
470 bridge->device = mvebu_readl(port, PCIE_DEV_ID_OFF) >> 16; in mvebu_sw_pci_bridge_init()