Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dmsm_iommu.c271 SET_V2PCFG(base, ctx, 0x3); in __program_context()
762 SET_V2PCFG(iommu->base, 0, 1); in msm_iommu_probe()
765 SET_V2PCFG(iommu->base, 0, 0); in msm_iommu_probe()
H A Dmsm_iommu_hw-8xxx.h439 #define SET_V2PCFG(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, V2PCFG, v) macro