Searched refs:stime_value (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/riscv/lib/ |
A D | sbi.c | 45 void sbi_set_timer(uint64_t stime_value) in sbi_set_timer() argument 48 sbi_ecall(SBI_EXT_SET_TIMER, SBI_FID_SET_TIMER, stime_value, in sbi_set_timer() 49 stime_value >> 32, 0, 0, 0, 0); in sbi_set_timer() 51 sbi_ecall(SBI_EXT_SET_TIMER, SBI_FID_SET_TIMER, stime_value, in sbi_set_timer()
|
/u-boot/arch/riscv/include/asm/ |
A D | sbi.h | 117 void sbi_set_timer(uint64_t stime_value);
|
Completed in 3 milliseconds