Home
last modified time | relevance | path

Searched refs:UWB_USABLE_MAS_PER_ROW (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/uwb/
Dallocator.c274 int max_rows = ai->max_mas / UWB_USABLE_MAS_PER_ROW; in uwb_rsv_find_best_row_alloc()
275 int min_rows = ai->min_mas / UWB_USABLE_MAS_PER_ROW; in uwb_rsv_find_best_row_alloc()
276 if (ai->min_mas % UWB_USABLE_MAS_PER_ROW) in uwb_rsv_find_best_row_alloc()
/linux-3.4.99/include/linux/uwb/
Dspec.h64 #define UWB_USABLE_MAS_PER_ROW (UWB_NUM_ZONES - 1) macro