Searched refs:IWLAGN_EXT_BEACON_TIME_POS (Results 1 – 2 of 2) sorted by relevance
110 (iwl_beacon_time_mask_high(priv, IWLAGN_EXT_BEACON_TIME_POS) >> in iwl_usecs_to_beacons()111 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()113 IWLAGN_EXT_BEACON_TIME_POS); in iwl_usecs_to_beacons()115 return (quot << IWLAGN_EXT_BEACON_TIME_POS) + rem; in iwl_usecs_to_beacons()125 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()127 IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()130 IWLAGN_EXT_BEACON_TIME_POS)) + in iwl_add_beacon_time()132 IWLAGN_EXT_BEACON_TIME_POS)); in iwl_add_beacon_time()138 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()140 res += (1 << IWLAGN_EXT_BEACON_TIME_POS); in iwl_add_beacon_time()
483 #define IWLAGN_EXT_BEACON_TIME_POS 22 macro