Lines Matching refs:GET_GLOBAL_REG
10 #define GET_GLOBAL_REG(reg, base) (readl((base) + (reg))) macro
21 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2)))
103 #define GET_TLBTR0(b) GET_GLOBAL_REG(TLBTR0, (b))
104 #define GET_TLBTR1(b) GET_GLOBAL_REG(TLBTR1, (b))
105 #define GET_TLBTR2(b) GET_GLOBAL_REG(TLBTR2, (b))
106 #define GET_TESTBUSCR(b) GET_GLOBAL_REG(TESTBUSCR, (b))
107 #define GET_GLOBAL_TLBIALL(b) GET_GLOBAL_REG(GLOBAL_TLBIALL, (b))
108 #define GET_TLBIVMID(b) GET_GLOBAL_REG(TLBIVMID, (b))
109 #define GET_CR(b) GET_GLOBAL_REG(CR, (b))
110 #define GET_EAR(b) GET_GLOBAL_REG(EAR, (b))
111 #define GET_ESR(b) GET_GLOBAL_REG(ESR, (b))
112 #define GET_ESRRESTORE(b) GET_GLOBAL_REG(ESRRESTORE, (b))
113 #define GET_ESYNR0(b) GET_GLOBAL_REG(ESYNR0, (b))
114 #define GET_ESYNR1(b) GET_GLOBAL_REG(ESYNR1, (b))
115 #define GET_REV(b) GET_GLOBAL_REG(REV, (b))
116 #define GET_IDR(b) GET_GLOBAL_REG(IDR, (b))
117 #define GET_RPU_ACR(b) GET_GLOBAL_REG(RPU_ACR, (b))