Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h163 #define LCRR_CLKDIV_SHIFT 0 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h326 #define LCRR_CLKDIV_SHIFT 0 macro
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c394 lcrr = (im->im_lbc.lcrr & LCRR_CLKDIV) >> LCRR_CLKDIV_SHIFT; in get_clocks()