Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iommu/
A Dmsm_iommu_hw-8xxx.h10 #define GET_GLOBAL_REG(reg, base) (readl((base) + (reg))) macro
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))
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))
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))
[all …]

Completed in 15 milliseconds