Searched refs:UN_REG (Results 1 – 1 of 1) sorted by relevance
143 #define UN_REG(r) (uninorth_base + ((r) >> 2)) macro144 #define UN_IN(r) (in_be32(UN_REG(r)))145 #define UN_OUT(r,v) (out_be32(UN_REG(r), (v)))2149 uninorth_rev = in_be32(UN_REG(UNI_N_VERSION)); in probe_uninorth()