Searched defs:UDELAY (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c190 static void UDELAY(u_int32_t us) { DELAY(us); } function
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c336 static void UDELAY(int us) { DELAY(us); } function
[all...]

Completed in 75 milliseconds