Lines Matching refs:GET_GLOBAL_REG
23 #define GET_GLOBAL_REG(reg, base) (readl((base) + (reg))) macro
34 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2)))
116 #define GET_TLBTR0(b) GET_GLOBAL_REG(TLBTR0, (b))
117 #define GET_TLBTR1(b) GET_GLOBAL_REG(TLBTR1, (b))
118 #define GET_TLBTR2(b) GET_GLOBAL_REG(TLBTR2, (b))
119 #define GET_TESTBUSCR(b) GET_GLOBAL_REG(TESTBUSCR, (b))
120 #define GET_GLOBAL_TLBIALL(b) GET_GLOBAL_REG(GLOBAL_TLBIALL, (b))
121 #define GET_TLBIVMID(b) GET_GLOBAL_REG(TLBIVMID, (b))
122 #define GET_CR(b) GET_GLOBAL_REG(CR, (b))
123 #define GET_EAR(b) GET_GLOBAL_REG(EAR, (b))
124 #define GET_ESR(b) GET_GLOBAL_REG(ESR, (b))
125 #define GET_ESRRESTORE(b) GET_GLOBAL_REG(ESRRESTORE, (b))
126 #define GET_ESYNR0(b) GET_GLOBAL_REG(ESYNR0, (b))
127 #define GET_ESYNR1(b) GET_GLOBAL_REG(ESYNR1, (b))
128 #define GET_REV(b) GET_GLOBAL_REG(REV, (b))
129 #define GET_IDR(b) GET_GLOBAL_REG(IDR, (b))
130 #define GET_RPU_ACR(b) GET_GLOBAL_REG(RPU_ACR, (b))