Searched refs:BASE_ACTIVATE_DELAY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c34 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
436 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
440 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
442 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
444 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c32 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
512 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
516 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
518 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
520 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
776 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c38 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
546 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
648 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
652 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
654 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
656 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c50 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c35 #define BASE_ACTIVATE_DELAY 100 /* usec */ macro
1329 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY);
4131 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
4134 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY);

Completed in 101 milliseconds