Home
last modified time | relevance | path

Searched refs:SCCR_EBDF01 (Results 1 – 2 of 2) 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()
74 setbits_be32(&immr->im_clkrst.car_sccr, SCCR_EBDF01); in cpu_init_f()
/openbmc/u-boot/include/
H A Dmpc8xx.h168 #define SCCR_EBDF01 0x00020000 /* CLKOUT is GCLK2 / 2 */ macro