Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dmsm_iommu_hw-8xxx.h23 #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))
[all …]