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

Function stopwatch_init_usecs_expire

src/include/timer.h:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static inline void stopwatch_init_usecs_expire(struct stopwatch *sw, uint64_t us)
128{
129 stopwatch_init(sw);
130 mono_time_add_usecs(&sw->expires, us);
131}
132
133static inline void stopwatch_init_msecs_expire(struct stopwatch *sw, uint64_t ms)
134{

Callers 15

platform_romstage_mainFunction · 0.85
udelayFunction · 0.85
tis_wait_stsFunction · 0.85
tis_wait_accessFunction · 0.85
tis_senddataFunction · 0.85
wait_for_statusFunction · 0.85
dw_i2c_disableFunction · 0.85
dw_i2c_wait_for_bus_idleFunction · 0.85
dw_i2c_transfer_byteFunction · 0.85
_dw_i2c_transferFunction · 0.85
run_ap_workFunction · 0.85

Calls 2

stopwatch_initFunction · 0.85
mono_time_add_usecsFunction · 0.85

Tested by

no test coverage detected