Home
last modified time | relevance | path

Searched defs:SAR_CPU_FAB_GET (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dboard_env_spec.h77 #define SAR_CPU_FAB_GET(cpu, fab) (((cpu & 0x7) << 21) | ((fab & 0xF) << 24)) macro
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_axp.h14 #define SAR_CPU_FAB_GET(cpu, fab) (((cpu & 0x7) << 21) | ((fab & 0xF) << 24)) macro