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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c36 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
438 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
442 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
444 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
446 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c40 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
549 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
651 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
655 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
657 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
659 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c34 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
514 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
518 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY);
520 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY);
522 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
778 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c52 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c35 #define BASE_ACTIVATE_DELAY 100 /* usec */ macro
1352 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY);
4169 * extra BASE_ACTIVATE_DELAY usecs to ensure this condition
4172 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY);

Completed in 119 milliseconds