Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c106 struct qcom_tbu *tbu; in qcom_find_tbu() local
120 return tbu; in qcom_find_tbu()
134 if (tbu->halt_count) { in qcom_tbu_halt()
135 tbu->halt_count++; in qcom_tbu_halt()
174 tbu->halt_count = 1; in qcom_tbu_halt()
190 tbu->halt_count--; in qcom_tbu_resume()
198 tbu->halt_count = 0; in qcom_tbu_resume()
277 if (!tbu) in qcom_iova_to_phys()
474 tbu = devm_kzalloc(dev, sizeof(*tbu), GFP_KERNEL); in qcom_tbu_probe()
475 if (!tbu) in qcom_tbu_probe()
[all …]
/linux-6.15/Documentation/devicetree/bindings/iommu/
H A Dqcom,tbu.yaml4 $id: http://devicetree.org/schemas/iommu/qcom,tbu.yaml#
21 - qcom,sc7280-tbu
22 - qcom,sdm845-tbu
60 tbu@150e1000 {
61 compatible = "qcom,sdm845-tbu";
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie-sm8250.yaml50 - const: tbu # PCIe TBU clock
59 - const: tbu # PCIe TBU clock
134 "tbu",
H A Dqcom,pcie-sc8180x.yaml48 - const: tbu # PCIe TBU clock
128 "tbu";
H A Dqcom,pcie-sm8350.yaml47 - const: tbu # PCIe TBU clock
123 "tbu",
H A Dqcom,pcie-sm8150.yaml47 - const: tbu # PCIe TBU clock
121 "tbu",
H A Dqcom,pcie-sc7280.yaml50 - const: tbu # PCIe TBU clock
138 "tbu",
H A Dqcom,pcie.yaml510 - const: tbu # PCIe TBU clock
523 - const: tbu # PCIe TBU clock
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,qcs404-cdsp-pil.yaml57 - const: tbu
146 "tbu",
/linux-6.15/Documentation/devicetree/bindings/display/msm/
H A Dqcom,mdp5.yaml64 - const: tbu
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7280.dtsi2261 "tbu",
3004 gfx_0_tbu: tbu@3dd9000 {
3005 compatible = "qcom,sc7280-tbu";
3010 gfx_1_tbu: tbu@3ddd000 {
5893 anoc_1_tbu: tbu@151dd000 {
5901 anoc_2_tbu: tbu@151e1000 {
5909 mnoc_hf_0_tbu: tbu@151e5000 {
5918 mnoc_hf_1_tbu: tbu@151e9000 {
5945 adsp_tbu: tbu@151f5000 {
5953 anoc_1_pcie_tbu: tbu@151f9000 {
[all …]
H A Dsdm845.dtsi2351 "tbu";
2462 "tbu";
5168 anoc_1_tbu: tbu@150c5000 {
5169 compatible = "qcom,sdm845-tbu";
5177 anoc_2_tbu: tbu@150c9000 {
5186 mnoc_hf_0_tbu: tbu@150cd000 {
5195 mnoc_hf_1_tbu: tbu@150d1000 {
5204 mnoc_sf_0_tbu: tbu@150d5000 {
5213 compute_dsp_tbu: tbu@150d9000 {
5221 adsp_tbu: tbu@150dd000 {
[all …]
H A Dsc8180x.dtsi1759 "tbu";
1880 "tbu";
2002 "tbu";
2124 "tbu";
H A Dmsm8976.dtsi896 "tbu",
H A Dqcs404.dtsi636 * "tbu",
H A Dsm8350.dtsi1569 "tbu",
1677 "tbu",
H A Dsm8250.dtsi2182 "tbu",
2304 "tbu",
2429 "tbu",
H A Dmsm8939.dtsi1491 clock-names = "iface", "bus", "tbu";
H A Dsm8150.dtsi1885 "tbu",
2002 "tbu",
/linux-6.15/arch/powerpc/kernel/
H A Dasm-offsets.c659 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
661 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
/linux-6.15/arch/powerpc/include/asm/
H A Dkvm_host.h170 u32 tbu, tbl; member