Searched refs:IWLAGN_EXT_BEACON_TIME_POS (Results 1 – 2 of 2) sorted by relevance
95 (iwl_beacon_time_mask_high(priv, IWLAGN_EXT_BEACON_TIME_POS) >> in iwl_usecs_to_beacons()96 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()98 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()100 return (quot << IWLAGN_EXT_BEACON_TIME_POS) + rem; in iwl_usecs_to_beacons()110 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()112 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()115 IWLAGN_EXT_BEACON_TIME_POS)) + in iwl_add_beacon_time()117 IWLAGN_EXT_BEACON_TIME_POS)); in iwl_add_beacon_time()123 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()125 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()
459 #define IWLAGN_EXT_BEACON_TIME_POS 22 macro
Completed in 8 milliseconds