Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.h332 spmf = (get_spmr(im) & SPMR_SPMF) >> SPMR_SPMF_SHIFT; in get_csb_clk()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c153 spmf = (im->clk.spmr & SPMR_SPMF) >> SPMR_SPMF_SHIFT; in get_clocks()
/openbmc/u-boot/include/
H A Dmpc83xx.h892 #define SPMR_SPMF_SHIFT 24 macro