Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c945 uint32_t bperiod; in ar9300_beacon_set_beacon_timers() local
960 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD); in ar9300_beacon_set_beacon_timers()
962 OS_REG_WRITE(ah, AR_BEACON_PERIOD, bperiod); in ar9300_beacon_set_beacon_timers()
963 OS_REG_WRITE(ah, AR_DMA_BEACON_PERIOD, bperiod); in ar9300_beacon_set_beacon_timers()
964 OS_REG_WRITE(ah, AR_SWBA_PERIOD, bperiod); in ar9300_beacon_set_beacon_timers()
965 OS_REG_WRITE(ah, AR_NDP_PERIOD, bperiod); in ar9300_beacon_set_beacon_timers()