Searched refs:GET_GLOBAL_REG (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 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)) [all …]
|