Home
last modified time | relevance | path

Searched refs:SECONDS (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/utils/
H A Dbrmake13 start=${SECONDS}
24 d=$((SECONDS-start))
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dfstime.c43 #define SECONDS 10 macro
105 int seconds = SECONDS;
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk818.c110 #define SECONDS(n) ((n) * 1000) macro
1309 if (get_timer(di->finish_chrg_base) > SECONDS(tgt_sec)) { in rk818_bat_finish_chrg()
1314 DBG("<%s>. sec=%d, finish_sec=%lu\n", __func__, SECONDS(tgt_sec), in rk818_bat_finish_chrg()
1468 if (di->term_sig_base && get_timer(di->term_sig_base) > SECONDS(1)) { in rk818_bat_smooth_charge()
1572 if (get_timer(seconds) < SECONDS(1)) { in rk818_bat_get_ntc_res()
1694 if (get_timer(ts1_seconds) >= SECONDS(5)) { in rk818_bat_update_get_soc()
1701 if (get_timer(seconds) >= SECONDS(5)) { in rk818_bat_update_get_soc()
H A Dfg_rk816.c104 #define SECONDS(n) ((n) * 1000) macro
1203 if (get_timer(di->finish_chrg_base) > SECONDS(tgt_sec)) { in rk816_bat_finish_chrg()
1208 DBG("<%s>. sec=%d, finish_sec=%lu\n", __func__, SECONDS(tgt_sec), in rk816_bat_finish_chrg()
1356 if (di->vol_mode_base && get_timer(di->vol_mode_base) > SECONDS(10)) { in rk816_bat_smooth_charge()
1423 if (get_timer(seconds) >= SECONDS(5)) { in rk816_bat_update_get_soc()
H A Dfg_rk817.c154 #define SECONDS(n) ((n) * 1000) macro
1095 if (get_timer(battery->finish_chrg_base) > SECONDS(tgt_sec)) { in rk817_bat_finish_chrg()
1128 get_timer(battery->term_sig_base) > SECONDS(1)) in rk817_bat_smooth_charge()
1187 if (get_timer(seconds) >= SECONDS(5)) { in rk817_bat_update_get_soc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2757 #define SECONDS * tps in tp_set_timers() macro
2759 t3_write_reg(adap, A_TP_MSL, adap->params.rev > 0 ? 0 : 2 SECONDS); in tp_set_timers()
2761 t3_write_reg(adap, A_TP_RXT_MAX, 64 SECONDS); in tp_set_timers()
2762 t3_write_reg(adap, A_TP_PERS_MIN, 5 SECONDS); in tp_set_timers()
2763 t3_write_reg(adap, A_TP_PERS_MAX, 64 SECONDS); in tp_set_timers()
2764 t3_write_reg(adap, A_TP_KEEP_IDLE, 7200 SECONDS); in tp_set_timers()
2765 t3_write_reg(adap, A_TP_KEEP_INTVL, 75 SECONDS); in tp_set_timers()
2766 t3_write_reg(adap, A_TP_INIT_SRTT, 3 SECONDS); in tp_set_timers()
2767 t3_write_reg(adap, A_TP_FINWAIT2_TIMER, 600 SECONDS); in tp_set_timers()
2769 #undef SECONDS in tp_set_timers()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-103767 -- Function: unsigned int alarm (unsigned int SECONDS)
3772 The ‘alarm’ function sets the real-time timer to expire in SECONDS
3774 by calling ‘alarm’ with a SECONDS argument of zero.
3826 -- Function: unsigned int sleep (unsigned int SECONDS)
3831 The ‘sleep’ function waits for SECONDS seconds or until a signal is
H A Dlibc.info-1311395 ‘unsigned int alarm (unsigned int SECONDS)’
16788 ‘unsigned int sleep (unsigned int SECONDS)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-103767 -- Function: unsigned int alarm (unsigned int SECONDS)
3772 The ‘alarm’ function sets the real-time timer to expire in SECONDS
3774 by calling ‘alarm’ with a SECONDS argument of zero.
3826 -- Function: unsigned int sleep (unsigned int SECONDS)
3831 The ‘sleep’ function waits for SECONDS seconds or until a signal is
H A Dlibc.info-1311395 ‘unsigned int alarm (unsigned int SECONDS)’
16788 ‘unsigned int sleep (unsigned int SECONDS)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info7852 'ALARM(SECONDS, HANDLER [, STATUS])' causes external subroutine
7853 HANDLER to be executed after a delay of SECONDS by using 'alarm(2)'
7866 'CALL ALARM(SECONDS, HANDLER [, STATUS])'
7869 SECONDS The type of the argument shall be a scalar
18361 Calling this subroutine causes the process to pause for SECONDS
18371 'CALL SLEEP(SECONDS)'
18374 SECONDS The type shall be of default 'INTEGER'.
H A Dgdb.info19440 'set tcp connect-timeout SECONDS'
19443 target to SECONDS. The timeout affects both polling to retry
19446 approximate cumulative value. If SECONDS is 'unlimited', there is
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info7852 'ALARM(SECONDS, HANDLER [, STATUS])' causes external subroutine
7853 HANDLER to be executed after a delay of SECONDS by using 'alarm(2)'
7866 'CALL ALARM(SECONDS, HANDLER [, STATUS])'
7869 SECONDS The type of the argument shall be a scalar
18361 Calling this subroutine causes the process to pause for SECONDS
18371 'CALL SLEEP(SECONDS)'
18374 SECONDS The type shall be of default 'INTEGER'.
H A Dgdb.info19440 'set tcp connect-timeout SECONDS'
19443 target to SECONDS. The timeout affects both polling to retry
19446 approximate cumulative value. If SECONDS is 'unlimited', there is
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...