Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c101 uint32_t macStaId1, synthDelay, txFrm2TxDStart; in ar5312Reset() local
422 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5312Reset()
424 synthDelay = (4 * synthDelay) / 22; in ar5312Reset()
426 synthDelay /= 10; in ar5312Reset()
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-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c130 uint32_t macStaId1, synthDelay, txFrm2TxDStart; in ar5212Reset() local
498 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5212Reset()
500 synthDelay = (4 * synthDelay) / 22; in ar5212Reset()
502 synthDelay /= 10; in ar5212Reset()
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()
732 uint32_t data, synthDelay, qnum; in ar5212ChannelChange() local
772 synthDelay = (4 * data) / 22; in ar5212ChannelChange()
774 synthDelay = data / 10; in ar5212ChannelChange()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c492 uint32_t data, synthDelay, qnum;
541 synthDelay = (4 * data) / 22;
543 synthDelay = data / 10;
546 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY);
624 uint32_t synthDelay; in ar5416InitBB() local
631 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5416InitBB()
633 synthDelay = (4 * synthDelay) / 22; in ar5416InitBB()
635 synthDelay /= 10; in ar5416InitBB()
652 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5416InitBB()
654 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5416InitBB()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c169 uint32_t data, synthDelay; in ar5211Reset() local
450 synthDelay = (4 * data) / 22; in ar5211Reset()
452 synthDelay = data / 10; in ar5211Reset()
460 OS_DELAY(synthDelay + DELAY_BASE_ACTIVATE); in ar5211Reset()