Home
last modified time | relevance | path

Searched refs:synthDelay (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_reset.c99 uint32_t macStaId1, synthDelay, txFrm2TxDStart; in ar5312Reset() local
420 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5312Reset()
422 synthDelay = (4 * synthDelay) / 22; in ar5312Reset()
424 synthDelay /= 10; in ar5312Reset()
438 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5312Reset()
440 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5312Reset()
442 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); in ar5312Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c489 uint32_t data, synthDelay, qnum;
538 synthDelay = (4 * data) / 22;
540 synthDelay = data / 10;
543 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
621 uint32_t synthDelay; in ar5416InitBB() local
628 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5416InitBB()
630 synthDelay = (4 * synthDelay) / 22; in ar5416InitBB()
632 synthDelay /= 10; in ar5416InitBB()
649 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5416InitBB()
651 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5416InitBB()
[all …]
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c128 uint32_t macStaId1, synthDelay, txFrm2TxDStart; in ar5212Reset() local
495 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5212Reset()
497 synthDelay = (4 * synthDelay) / 22; in ar5212Reset()
499 synthDelay /= 10; in ar5212Reset()
513 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5212Reset()
515 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5212Reset()
517 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); in ar5212Reset()
729 uint32_t data, synthDelay, qnum; in ar5212ChannelChange() local
769 synthDelay = (4 * data) / 22; in ar5212ChannelChange()
771 synthDelay = data / 10; in ar5212ChannelChange()
[all …]
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c168 uint32_t data, synthDelay; in ar5211Reset() local
449 synthDelay = (4 * data) / 22; in ar5211Reset()
451 synthDelay = data / 10; in ar5211Reset()
459 OS_DELAY(synthDelay + DELAY_BASE_ACTIVATE); in ar5211Reset()