MCPcopy Create free account
hub / github.com/F-Stack/f-stack / DELAY

Function DELAY

freebsd/arm/arm/machdep.c:292–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void
293DELAY(int usec)
294{
295
296 TSENTER();
297 delay_impl(usec, delay_arg);
298 TSEXIT();
299}
300#endif
301
302void

Callers 15

check_apFunction · 0.70
init_secondaryFunction · 0.70
release_apsFunction · 0.70
fpga_wait_dclk_pulsesFunction · 0.50
fpgamgr_state_waitFunction · 0.50
fpga_wait_dclk_pulsesFunction · 0.50
a10hdmi_initFunction · 0.50
a10hdmi_ddc_xferFunction · 0.50
a10hdmi_get_edidFunction · 0.50
emac_resetFunction · 0.50
emac_rxeofFunction · 0.50
emac_init_lockedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected