Home
last modified time | relevance | path

Searched refs:ASPEED_REVISION_ID1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dplatform.h52 #define ASPEED_REVISION_ID1 0x1e6e2014 macro
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dboard_common.c64 rev_id = ((u64)readl(ASPEED_REVISION_ID1) << 32) | rev_id; in board_init()
H A Dscu_info.c39 rev_id = ((u64)readl(ASPEED_REVISION_ID1) << 32) | rev_id; in aspeed_print_soc_id()
/openbmc/u-boot/cmd/
H A Dotp.c313 revid1 = readl(ASPEED_REVISION_ID1); in chip_version()