Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpmac_feature.h389 #define UN_REG(r) (uninorth_base + ((r) >> 2)) macro
390 #define UN_IN(r) (in_be32(UN_REG(r)))
391 #define UN_OUT(r,v) (out_be32(UN_REG(r), (v)))
/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c2576 uninorth_rev = in_be32(UN_REG(UNI_N_VERSION)); in probe_uninorth()