Searched refs:cfp_period (Results 1 – 3 of 3) sorted by relevance
2091 u_int32_t cfp_period, next_cfp; in ar5k_ar5210_set_beacon_timers() local2102 cfp_period = state->bs_cfp_period * state->bs_dtim_period * in ar5k_ar5210_set_beacon_timers()2110 AR5K_REG_WRITE(AR5K_AR5210_CFP_PERIOD, cfp_period); in ar5k_ar5210_set_beacon_timers()2113 (tsf + (next_cfp == 0 ? cfp_period : next_cfp)) << 3); in ar5k_ar5210_set_beacon_timers()
2196 u_int32_t cfp_period, next_cfp; in ar5k_ar5211_set_beacon_timers() local2207 cfp_period = state->bs_cfp_period * state->bs_dtim_period * in ar5k_ar5211_set_beacon_timers()2215 AR5K_REG_WRITE(AR5K_AR5211_CFP_PERIOD, cfp_period); in ar5k_ar5211_set_beacon_timers()2218 (tsf + (next_cfp == 0 ? cfp_period : next_cfp)) << 3); in ar5k_ar5211_set_beacon_timers()
2587 u_int32_t cfp_period, next_cfp, dtim, interval, next_beacon; in ar5k_ar5212_set_beacon_timers() local2601 cfp_period = state->bs_cfp_period * state->bs_dtim_period * in ar5k_ar5212_set_beacon_timers()2608 AR5K_REG_WRITE(AR5K_AR5212_CFP_PERIOD, cfp_period); in ar5k_ar5212_set_beacon_timers()2611 (tsf + (next_cfp == 0 ? cfp_period : next_cfp)) << 3); in ar5k_ar5212_set_beacon_timers()