Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
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-6.3-rc2/arch/powerpc/platforms/powermac/
A Dfeature.c2580 uninorth_rev = in_be32(UN_REG(UNI_N_VERSION)); in probe_uninorth()

Completed in 7 milliseconds