Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-msm/
Diommu_dev.c217 SET_V2PCFG(regs_base, 0, 1); in msm_iommu_probe()
220 SET_V2PCFG(regs_base, 0, 0); in msm_iommu_probe()
Diommu.c152 SET_V2PCFG(base, ctx, 0x3); in __program_context()
/linux-2.6.39/arch/arm/mach-msm/include/mach/
Diommu_hw-8xxx.h452 #define SET_V2PCFG(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, V2PCFG, v) macro