Searched refs:UWB_USABLE_MAS_PER_ROW (Results 1 – 2 of 2) sorted by relevance
263 int max_rows = ai->max_mas / UWB_USABLE_MAS_PER_ROW; in uwb_rsv_find_best_row_alloc()264 int min_rows = ai->min_mas / UWB_USABLE_MAS_PER_ROW; in uwb_rsv_find_best_row_alloc()265 if (ai->min_mas % UWB_USABLE_MAS_PER_ROW) in uwb_rsv_find_best_row_alloc()
51 #define UWB_USABLE_MAS_PER_ROW (UWB_NUM_ZONES - 1) macro