Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dcpu.c149 while(!((immap->reset.rcer) & RCER_CRE)) in do_reset()
/third_party/uboot/u-boot-2020.01/drivers/sysreset/
Dsysreset_mpc83xx.c44 res = wait_for_bit_be32(&immap->reset.rcer, RCER_CRE, true, in __do_reset()
/third_party/uboot/u-boot-2020.01/include/
Dmpc83xx.h881 #define RCER_CRE 0x00000001 macro
882 #define RCER_RES ~(RCER_CRE)