Searched refs:SECONDS (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/hw/rtc/ |
H A D | xlnx-zynqmp-rtc.h | 54 FIELD(RTC_INT_STATUS, SECONDS, 0, 1) 57 FIELD(RTC_INT_MASK, SECONDS, 0, 1) 60 FIELD(RTC_INT_EN, SECONDS, 0, 1) 63 FIELD(RTC_INT_DIS, SECONDS, 0, 1)
|
/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/ |
H A D | lib.sh | 93 local start=$SECONDS 97 if (( SECONDS - start >= 10 )); then 130 local start=$SECONDS 132 while (( SECONDS - start < 300 )); do
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
H A D | gbmc-ra.sh | 73 args=(-m "$RA_IF" -w $(( (curr_dl - SECONDS) * 1000 ))) 118 dl=$((lifetime + SECONDS)) 155 if (( dl <= SECONDS )); then 179 (( timeout = curr_dl - SECONDS ))
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | toeplitz_client.sh | 11 expiration=$((SECONDS+20)) 12 while [[ "${SECONDS}" -lt "${expiration}" ]]
|
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/ |
H A D | host_poweroff.sh | 46 s=$SECONDS 56 if (( SECONDS - s > 10 )); then
|
H A D | host_poweron.sh | 48 s=$SECONDS 58 if (( SECONDS - s > 10 )); then
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-dhcp-term.sh | 22 before=$SECONDS 43 tosleep=$((before + 10 - SECONDS))
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/ |
H A D | 40-gbmc-upgrade.sh | 55 local timeout=$((SECONDS + deadline)) 78 if (( SECONDS + stime >= timeout )); then
|
/openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl/ |
H A D | lib.sh | 132 local deadline=$(( timeout + SECONDS )) 137 if (( deadline <= SECONDS )); then
|
/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/ |
H A D | usb_network.sh | 102 local start=$SECONDS 103 while (( SECONDS - start < 5 )); do
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 2692 #define SECONDS * tps in tp_set_timers() macro 2694 t3_write_reg(adap, A_TP_MSL, adap->params.rev > 0 ? 0 : 2 SECONDS); in tp_set_timers() 2696 t3_write_reg(adap, A_TP_RXT_MAX, 64 SECONDS); in tp_set_timers() 2697 t3_write_reg(adap, A_TP_PERS_MIN, 5 SECONDS); in tp_set_timers() 2698 t3_write_reg(adap, A_TP_PERS_MAX, 64 SECONDS); in tp_set_timers() 2699 t3_write_reg(adap, A_TP_KEEP_IDLE, 7200 SECONDS); in tp_set_timers() 2700 t3_write_reg(adap, A_TP_KEEP_INTVL, 75 SECONDS); in tp_set_timers() 2701 t3_write_reg(adap, A_TP_INIT_SRTT, 3 SECONDS); in tp_set_timers() 2702 t3_write_reg(adap, A_TP_FINWAIT2_TIMER, 600 SECONDS); in tp_set_timers() 2704 #undef SECONDS in tp_set_timers()
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 281 #define SECONDS(sec) ((sec) % 60) macro 297 SECONDS(tv->tv_sec) + frac_sec); in timestr() 307 SECONDS(tv->tv_sec) + frac_sec); in timestr()
|