DELAY
#define DELAY(delay) { \
#define DELAY(N, D) R(SAFETY_FACTOR * ((N) / (double)(D)))
#define DELAY(n) drv_usecwait(n)