Home
last modified time | relevance | path

Searched full:tbu (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c84 "Failed to read TBU power status: %d\n", ret); in qcom_smmu_tlb_sync_debug()
90 "Failed to read TBU sync/inv ack status: %d\n", ret); in qcom_smmu_tlb_sync_debug()
99 "TBU: power_status %#x sync_inv_ack %#x sync_inv_progress %#x\n", in qcom_smmu_tlb_sync_debug()
106 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()
122 dev_err(qsmmu->smmu.dev, "Unable to find TBU for sid 0x%x\n", sid); in qcom_find_tbu()
[all …]
H A Darm-smmu-qcom.c752 { .compatible = "qcom,sc7280-tbu" },
753 { .compatible = "qcom,sdm845-tbu" },
H A Dqcom_iommu.c821 clk = devm_clk_get_optional(dev, "tbu"); in qcom_iommu_device_probe()
823 dev_err(dev, "failed to get tbu clock\n"); in qcom_iommu_device_probe()
/linux/Documentation/devicetree/bindings/iommu/
H A Dqcom,tbu.yaml4 $id: http://devicetree.org/schemas/iommu/qcom,tbu.yaml#
7 title: Qualcomm TBU (Translation Buffer Unit)
13 The Qualcomm SMMU500 implementation consists of TCU and TBU. The TBU contains
15 debug features to trace and trigger debug transactions. There are multiple TBU
21 - qcom,sc7280-tbu
22 - qcom,sdm845-tbu
39 is assigned by the TBU
60 tbu@150e1000 {
61 compatible = "qcom,sdm845-tbu";
H A Darm,smmu.yaml608 - description: SNoC MMU TBU RT GDSC
609 - description: SNoC MMU TBU NRT GDSC
680 /* always ignore appended 5-bit TBU number */
/linux/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie-sm8250.yaml50 - const: tbu # PCIe TBU clock
51 - const: ddrss_sf_tbu # PCIe SF TBU clock
59 - const: tbu # PCIe TBU clock
60 - const: ddrss_sf_tbu # PCIe SF TBU clock
136 "tbu",
H A Dqcom,pcie-sm8350.yaml47 - const: tbu # PCIe TBU clock
48 - const: ddrss_sf_tbu # PCIe SF TBU clock
125 "tbu",
H A Dqcom,pcie-sc7280.yaml50 - const: tbu # PCIe TBU clock
51 - const: ddrss_sf_tbu # PCIe SF TBU clock
140 "tbu",
H A Dqcom,pcie.yaml561 - const: tbu # PCIe TBU clock
574 - const: tbu # PCIe TBU clock
H A Dqcom,pcie-sc8280xp.yaml49 - const: ddrss_sf_tbu # PCIe SF TBU clock
H A Dqcom,pcie-sm8550.yaml54 - const: ddrss_sf_tbu # PCIe SF TBU clock
/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,mdp5.yaml63 - const: tbu
/linux/drivers/iommu/arm/
H A DKconfig67 the Translation Buffer Units (TBU) that can be used to obtain
/linux/Documentation/devicetree/bindings/clock/
H A Dtesla,fsd-clock.yaml93 - description: PERIC shared0 div3 TBU clock (from CMU_CMU)
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_event.c89 /* LPU TBU errors*/ in evt_str()
/linux/arch/powerpc/kernel/
H A Dasm-offsets.c660 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
662 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c64 /* Check errors of TBU status */ in get_lpu_event()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c664 { true, "MTBUPES", "MAC TBU Data Path Parity Check Error" },
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8976.dtsi933 "tbu",
/linux/drivers/net/ethernet/
H A Dfealnx.c199 TBU = 0x00000010, /* transmit buffer unavilable */ enumerator