Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-orion5x/include/mach/
Dcpu.h151 #define PCIE_DEV_REV_OFF (ORION5X_REG_PCIE_BASE + 0x0008) macro
/external/u-boot/arch/arm/mach-orion5x/
Dcpu.c166 return readl(PCIE_DEV_REV_OFF) & 0xff; in orion5x_device_rev()
/external/u-boot/drivers/pci/
Dpci_mvebu.c27 #define PCIE_DEV_REV_OFF 0x0008 macro