Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c72 if ((reg & SCCR_EBDF11) == SCCR_EBDF01) { in cpu_init_f()
73 clrbits_be32(&immr->im_clkrst.car_sccr, SCCR_EBDF11); in cpu_init_f()
H A Dspeed.c31 if ((sccr & SCCR_EBDF11) == 0) { in get_clocks()
/openbmc/u-boot/include/
H A Dmpc8xx.h170 #define SCCR_EBDF11 0x00060000 /* reserved */ macro