Searched refs:synthDelay (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_reset.c | 101 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/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 130 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/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 493 uint32_t data, synthDelay, qnum; 542 synthDelay = (4 * data) / 22; 544 synthDelay = data / 10; 547 OS_DELAY(synthDelay + BASE_ACTIVATE_DELAY); 625 uint32_t synthDelay; in ar5416InitBB() local 632 synthDelay = OS_REG_READ(ah, AR_PHY_RX_DELAY) & AR_PHY_RX_DELAY_DELAY; in ar5416InitBB() 634 synthDelay = (4 * synthDelay) / 22; in ar5416InitBB() 636 synthDelay /= 10; in ar5416InitBB() 653 OS_DELAY((synthDelay << 1) + BASE_ACTIVATE_DELAY); in ar5416InitBB() 655 OS_DELAY((synthDelay << 2) + BASE_ACTIVATE_DELAY); in ar5416InitBB() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 169 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()
|