Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c34 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
440 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5312Reset()
442 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5312Reset()
444 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); in ar5312Reset()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c32 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
516 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5212Reset()
518 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5212Reset()
520 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); in ar5212Reset()
776 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); in ar5212ChannelChange()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c38 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
547 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
653 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5416InitBB()
655 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5416InitBB()
657 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); in ar5416InitBB()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c50 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */ macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c35 #define BASE_ACTIVATE_DELAY 100 /* usec */ macro
1352 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY); in ar9300_channel_change()
4172 OS_DELAY(synth_delay + BASE_ACTIVATE_DELAY); in ar9300_init_bb()