Home
last modified time | relevance | path

Searched refs:PCIE_DEV_REV_OFF (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c32 #define PCIE_DEV_REV_OFF 0x8 macro
105 soc_rev = readl(pci_base + PCIE_DEV_REV_OFF) & SOC_REV_MASK; in get_soc_id_by_pci()
/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dpcie.c24 #define PCIE_DEV_REV_OFF 0x0008 macro
62 return readl(base + PCIE_DEV_REV_OFF) & 0xff; in orion_pcie_rev()
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h152 #define PCIE_DEV_REV_OFF (ORION5X_REG_PCIE_BASE + 0x0008) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c167 return readl(PCIE_DEV_REV_OFF) & 0xff; in orion5x_device_rev()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_mvebu.c28 #define PCIE_DEV_REV_OFF 0x0008 macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-mvebu.c31 #define PCIE_DEV_REV_OFF 0x0008 macro
582 mvebu_readl(port, PCIE_DEV_REV_OFF) & 0xff; in mvebu_pci_bridge_emul_init()