Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h152 #define PCIE_DEV_REV_OFF (ORION5X_REG_PCIE_BASE + 0x0008) macro
/rk3399_rockchip-uboot/arch/arm/mach-orion5x/
H A Dcpu.c167 return readl(PCIE_DEV_REV_OFF) & 0xff; in orion5x_device_rev()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_mvebu.c28 #define PCIE_DEV_REV_OFF 0x0008 macro