MCPcopy Create free account
hub / github.com/coreboot/coreboot / stopwatch_init_msecs_expire

Function stopwatch_init_msecs_expire

src/include/timer.h:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static inline void stopwatch_init_msecs_expire(struct stopwatch *sw, uint64_t ms)
134{
135 stopwatch_init_usecs_expire(sw, USECS_PER_MSEC * ms);
136}
137
138/*
139 * Tick the stopwatch to collect the current time.

Callers 15

get_switch_stateFunction · 0.85
get_switch_stateFunction · 0.85
launch_charger_appletFunction · 0.85
mainboard_wait_for_hpdFunction · 0.85
qcom_mdp_startFunction · 0.85
launch_charger_appletFunction · 0.85
wait_for_hpdFunction · 0.85
wait_for_hpdFunction · 0.85
config_pmic_imonFunction · 0.85
wait_for_legacy_devFunction · 0.85

Calls 1

Tested by

no test coverage detected