Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dinit.c196 tmp = *rstctrl & KS2_RSTCTRL_MASK; in reset_cpu()
H A Dddr3.c433 tmp &= KS2_RSTCTRL_MASK; in ddr3_err_reset_workaround()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dhardware.h194 #define KS2_RSTCTRL_MASK 0xffff0000 macro