M2VCBR_N           84 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_M2VCBR_N(b, N, v)	 SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v))
M2VCBR_N          101 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_M2VCBR_N(b, N)	 GET_GLOBAL_REG_N(M2VCBR_N, N, (b))
M2VCBR_N          191 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_VMID(b, n, v)     SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID, v)
M2VCBR_N          192 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_CBNDX(b, n, v)    SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), CBNDX, v)
M2VCBR_N          193 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_BYPASSD(b, n, v)  SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BYPASSD, v)
M2VCBR_N          194 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_BPRCOSH(b, n, v)  SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPRCOSH, v)
M2VCBR_N          195 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_BPRCISH(b, n, v)  SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPRCISH, v)
M2VCBR_N          196 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_BPRCNSH(b, n, v)  SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPRCNSH, v)
M2VCBR_N          197 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_BPSHCFG(b, n, v)  SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPSHCFG, v)
M2VCBR_N          198 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_NSCFG(b, n, v)    SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), NSCFG, v)
M2VCBR_N          199 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_BPMTCFG(b, n, v)  SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPMTCFG, v)
M2VCBR_N          201 drivers/iommu/msm_iommu_hw-8xxx.h 	SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPMEMTYPE, v)
M2VCBR_N          309 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_VMID(b, n)       GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID)
M2VCBR_N          310 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_CBNDX(b, n)      GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), CBNDX)
M2VCBR_N          311 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BYPASSD(b, n)    GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BYPASSD)
M2VCBR_N          312 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BPRCOSH(b, n)    GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPRCOSH)
M2VCBR_N          313 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BPRCISH(b, n)    GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPRCISH)
M2VCBR_N          314 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BPRCNSH(b, n)    GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPRCNSH)
M2VCBR_N          315 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BPSHCFG(b, n)    GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPSHCFG)
M2VCBR_N          316 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_NSCFG(b, n)      GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), NSCFG)
M2VCBR_N          317 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BPMTCFG(b, n)    GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPMTCFG)
M2VCBR_N          318 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_BPMEMTYPE(b, n)  GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), BPMEMTYPE)