Home
last modified time | relevance | path

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

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c106 struct qcom_tbu *tbu; in qcom_find_tbu() local
114 list_for_each_entry(tbu, &tbu_list, list) { in qcom_find_tbu()
115 start = tbu->sid_range[0]; in qcom_find_tbu()
116 end = start + tbu->sid_range[1]; in qcom_find_tbu()
118 if (qsmmu->smmu.dev->of_node == tbu->smmu_np && in qcom_find_tbu()
120 return tbu; in qcom_find_tbu()
127 static int qcom_tbu_halt(struct qcom_tbu *tbu, struct arm_smmu_domain *smmu_domain) in qcom_tbu_halt() argument
133 guard(spinlock_irqsave)(&tbu->halt_lock); in qcom_tbu_halt()
134 if (tbu->halt_count) { in qcom_tbu_halt()
135 tbu->halt_count++; in qcom_tbu_halt()
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280.dtsi2256 "tbu",
2997 gfx_0_tbu: tbu@3dd9000 {
2998 compatible = "qcom,sc7280-tbu";
3003 gfx_1_tbu: tbu@3ddd000 {
3004 compatible = "qcom,sc7280-tbu";
5882 anoc_1_tbu: tbu@151dd000 {
5883 compatible = "qcom,sc7280-tbu";
5890 anoc_2_tbu: tbu@151e1000 {
5891 compatible = "qcom,sc7280-tbu";
5898 mnoc_hf_0_tbu: tbu@151e5000 {
[all …]
H A Dsdm845.dtsi2351 "tbu";
2462 "tbu";
5164 anoc_1_tbu: tbu@150c5000 {
5165 compatible = "qcom,sdm845-tbu";
5173 anoc_2_tbu: tbu@150c9000 {
5174 compatible = "qcom,sdm845-tbu";
5182 mnoc_hf_0_tbu: tbu@150cd000 {
5183 compatible = "qcom,sdm845-tbu";
5191 mnoc_hf_1_tbu: tbu@150d1000 {
5192 compatible = "qcom,sdm845-tbu";
[all …]
/linux/arch/powerpc/include/asm/
H A Dkvm_host.h170 u32 tbu, tbl; member