| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | timer.c | 48 /* Using gd->arch.tbu from timestamp and gd->arch.tbl for lastdec */ 71 gd->arch.tbu += now - gd->arch.tbl; in get_timer_masked() 74 gd->arch.tbu += now + TIMER_LOAD_VAL - gd->arch.tbl; in get_timer_masked() 78 return gd->arch.tbu; in get_timer_masked() 122 /* init the gd->arch.tbu and gd->arch.tbl value */ in timer_init() 124 gd->arch.tbu = 0; in timer_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/vf610/ |
| H A D | timer.c | 44 gd->arch.tbu = 0; in timer_init() 53 /* increment tbu if tbl has rolled over */ in get_ticks() 55 gd->arch.tbu++; in get_ticks() 58 return (((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl; in get_ticks()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | arch_timer.c | 18 gd->arch.tbu = 0; in timer_init() 31 gd->arch.tbu = nowu; in get_ticks() 33 return (((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl; in get_ticks()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/ |
| H A D | timer.c | 60 /* increment tbu if tbl has rolled over */ in get_ticks() 62 gd->arch.tbu++; in get_ticks() 65 return (((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl; in get_ticks()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | syscounter.c | 76 gd->arch.tbu = 0; in timer_init() 88 gd->arch.tbu = (unsigned long)(now >> 32); in get_ticks()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | timer.c | 77 gd->arch.tbu = 0; in timer_init() 89 gd->arch.tbu = (unsigned long)(now >> 32); in get_ticks()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | os.h | 261 uint32 tbl, tbu, temp; in GetTimestamp() local 269 : "=r"(tbl), "=r"(tbu), "=r"(temp) in GetTimestamp() 273 tsc = (static_cast<uint64>(tbu) << 32) | static_cast<uint64>(tbl); in GetTimestamp()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/armv7/ |
| H A D | timer.c | 31 * two 32 bit registers called tbl and tbu.
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | timer.c | 28 * two 32 bit registers called tbl and tbu.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | qcom,pcie.txt | 142 - "tbu" PCIe TBU clock
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/ |
| H A D | timer.c | 65 gd->arch.tbu = 0; in timer_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | global_data.h | 35 unsigned int tbu; member
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | time.c | 108 /* increment tbu if tbl has rolled over */ in get_ticks()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/ |
| H A D | systick-timer.c | 85 gd->arch.tbu = 0; in timer_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/ |
| H A D | qcom,hexagon-v56.txt | 49 "xo", "sway", "tbu", "bimc", "ahb_aon", "q6ss_slave",
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/msm/ |
| H A D | mdp5.txt | 79 * "tbu"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_event.c | 89 /* LPU TBU errors*/ in evt_str()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | arm,smmu.yaml | 236 /* always ignore appended 5-bit TBU number */
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/ |
| H A D | qcom_iommu.c | 814 clk = devm_clk_get_optional(dev, "tbu"); in qcom_iommu_device_probe() 816 dev_err(dev, "failed to get tbu clock\n"); in qcom_iommu_device_probe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 794 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main() 796 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_q6v5_adsp.c | 533 "sway", "tbu", "bimc", "ahb_aon", "q6ss_slave", "q6ss_master",
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 593 return "TBU"; in tbr_name() 631 else if (strcmp (name, "tbu") == 0) in tbr_value()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kvm_host.h | 177 u32 tbu, tbl; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_dev.c | 63 /* Check errors of TBU status */ in get_lpu_event()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_kms.c | 873 get_clk(pdev, &mdp5_kms->tbu_clk, "tbu", false); in mdp5_init()
|