Home
last modified time | relevance | path

Searched refs:PLPRCR_MFACT_MSK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c89 if ((CONFIG_SYS_PLPRCR & PLPRCR_MFACT_MSK) != 0) /* reset control bits*/ in cpu_init_f()
92 clrsetbits_be32(&immr->im_clkrst.car_plprcr, ~PLPRCR_MFACT_MSK, in cpu_init_f()
/openbmc/u-boot/include/
H A Dmpc8xx.h141 #define PLPRCR_MFACT_MSK (PLPRCR_MFN_MSK | \ macro