Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dmsm_iommu.c563 unsigned int fsr = GET_FSR(base, ctx); in print_ctx_regs()
663 fsr = GET_FSR(iommu->base, i); in msm_iommu_fault_handler()
H A Dmsm_iommu_hw-8xxx.h157 #define GET_FSR(b, c) GET_CTX_REG(FSR, (b), (c)) macro