Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmpc86xx.h79 static __inline__ unsigned long get_l2cr (void) in get_l2cr() function
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dcpu.c92 if (get_l2cr() & 0x80000000) { in checkcpu()