Home
last modified time | relevance | path

Searched refs:t1 (Results 1 - 15 of 15) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H A Driscv_init_flashboot.S91 li t1, MCAULSE_ECALL_FROM_MMODE
92 bne t0, t1, 1f
102 li t1, MCAULSE_ECALL_FROM_UMODE
103 bne t0, t1, 2f
133 la t1, __bss_end__
139 blt t0, t1, clear_bss_loop /* are we at the end yet, if not , contiue till the end */
143 la t1, __rom_bss_end
149 blt t0, t1, clear_rom_bss_loop /* are we at the end yet, if not , contiue till the end */
153 la t1, __code_rom_bss_end
159 blt t0, t1, clear_code_rom_bss_loo
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Driscv_init_loaderboot.S201 li t1, MCAULSE_ECALL_FROM_MMODE
202 bne t0, t1, 1f
212 li t1, MCAULSE_ECALL_FROM_UMODE
213 bne t0, t1, 2f
264 la t1, __bss_end__
270 blt t0, t1, clear_bss_loop /* are we at the end yet, if not , contiue till the end */
274 la t1, __rom_bss_end
280 blt t0, t1, clear_rom_bss_loop /* are we at the end yet, if not , contiue till the end */
284 la t1, __code_rom_bss_end
290 blt t0, t1, clear_code_rom_bss_loo
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Devent_log.h241 #define _EVENT_LOG1(tag, fmt_num, t1) \
242 event_log1(tag, fmt_num, t1)
243 #define _EVENT_LOG2(tag, fmt_num, t1, t2) \
244 event_log2(tag, fmt_num, t1, t2)
245 #define _EVENT_LOG3(tag, fmt_num, t1, t2, t3) \
246 event_log3(tag, fmt_num, t1, t2, t3)
247 #define _EVENT_LOG4(tag, fmt_num, t1, t2, t3, t4) \
248 event_log4(tag, fmt_num, t1, t2, t3, t4)
266 #define _EVENT_LOG_CAST1(tag, fmt_num, t1) \
267 event_log1(tag, fmt_num, (uint32)(t1))
[all...]
H A Dbcmevent.h745 uint32 t1; member
/device/qemu/riscv32_virt/liteos_m/board/
H A Dlos_start.S33 SREG t1, 29 * REGBYTES(sp)
55 la t1, __bss_end
59 bgtu t1, t0, 2b
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1369 u32 t1 = 0, t2 = 0, t3 = 0; in dw_dp_video_enable() local
1373 t1 = (0x4 * 0x3e8 / 0x9) * link->lanes; in dw_dp_video_enable()
1377 t1 = (0x3e8 / 0x2) * link->lanes; in dw_dp_video_enable()
1380 t1 = (0x3e8 / 0x3) * link->lanes; in dw_dp_video_enable()
1382 t1 = (0xbb8 / 0x10) * link->lanes; in dw_dp_video_enable()
1388 t1 = (0x7d0 / 0x5) * link->lanes; in dw_dp_video_enable()
1390 t1 = (0xfa0 / 0xf) * link->lanes; in dw_dp_video_enable()
1396 t1 = (0x3e8 / 0x6) * link->lanes; in dw_dp_video_enable()
1398 t1 = (0x3e8 / 0x3) * link->lanes; in dw_dp_video_enable()
1401 t1 in dw_dp_video_enable()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1377 u32 t1 = 0, t2 = 0, t3 = 0; in dw_dp_video_enable() local
1381 t1 = (4 * 1000 / 9) * link->lanes; in dw_dp_video_enable()
1385 t1 = (1000 / 2) * link->lanes; in dw_dp_video_enable()
1388 t1 = (1000 / 3) * link->lanes; in dw_dp_video_enable()
1390 t1 = (3000 / 16) * link->lanes; in dw_dp_video_enable()
1395 t1 = (2000 / 5) * link->lanes; in dw_dp_video_enable()
1397 t1 = (4000 / 15) * link->lanes; in dw_dp_video_enable()
1402 t1 = (1000 / 6) * link->lanes; in dw_dp_video_enable()
1404 t1 = (1000 / 3) * link->lanes; in dw_dp_video_enable()
1406 t1 in dw_dp_video_enable()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h127 hi_u32 t1; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h47 /* if c then t1 else t2 */
48 #define __type2(c,t1,t2) __typeof__(*(0?(__type1(c,t1)*)0:(__type1(!(c),t2)*)0))
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dpkt_builder.py424 t1 = time.time()
437 print('TOTAL TIME:%ss'%str(time.time() - t1))
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.h300 hi_u32 t1; member
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_edid.h45 u8 t1; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c145 sysErrInfo->reg_info.t0, sysErrInfo->reg_info.t1, in SaveRegInfo()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd.h3287 uint32 t1; /* n-tuple */ member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c2974 unsigned long est_bits = edid->established_timings.t1 | (edid->established_timings.t2 << 0x8) | in add_established_modes()

Completed in 31 milliseconds