Home
last modified time | relevance | path

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

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