/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/ |
H A D | riscv_init_flashboot.S | 91 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 D | riscv_init_loaderboot.S | 201 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 D | event_log.h | 241 #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 D | bcmevent.h | 745 uint32 t1; member
|
/device/qemu/riscv32_virt/liteos_m/board/ |
H A D | los_start.S | 33 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 D | dw-dp.c | 1369 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 D | dw-dp.c | 1377 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 D | hi_crash.h | 127 hi_u32 t1; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | tgmath.h | 47 /* 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 D | pkt_builder.py | 424 t1 = time.time()
437 print('TOTAL TIME:%ss'%str(time.time() - t1))
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.h | 300 hi_u32 t1; member
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_edid.h | 45 u8 t1;
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/ |
H A D | blackbox_adapter_impl.c | 145 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 D | dhd.h | 3287 uint32 t1; /* n-tuple */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 2974 unsigned long est_bits = edid->established_timings.t1 | (edid->established_timings.t2 << 0x8) | in add_established_modes()
|