Searched refs:IWLAGN_EXT_BEACON_TIME_POS (Results 1 – 2 of 2) sorted by relevance
98 (iwl_beacon_time_mask_high(priv, IWLAGN_EXT_BEACON_TIME_POS) >> in iwl_usecs_to_beacons()99 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()101 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()103 return (quot << IWLAGN_EXT_BEACON_TIME_POS) + rem; in iwl_usecs_to_beacons()113 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()115 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()118 IWLAGN_EXT_BEACON_TIME_POS)) + in iwl_add_beacon_time()120 IWLAGN_EXT_BEACON_TIME_POS)); in iwl_add_beacon_time()126 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()128 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()
463 #define IWLAGN_EXT_BEACON_TIME_POS 22 macro