Searched refs:IWLAGN_EXT_BEACON_TIME_POS (Results 1 – 2 of 2) sorted by relevance
93 (iwl_beacon_time_mask_high(priv, IWLAGN_EXT_BEACON_TIME_POS) >> in iwl_usecs_to_beacons()94 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()96 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()98 return (quot << IWLAGN_EXT_BEACON_TIME_POS) + rem; in iwl_usecs_to_beacons()108 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()110 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()113 IWLAGN_EXT_BEACON_TIME_POS)) + in iwl_add_beacon_time()115 IWLAGN_EXT_BEACON_TIME_POS)); in iwl_add_beacon_time()121 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()123 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()
458 #define IWLAGN_EXT_BEACON_TIME_POS 22 macro