lowest_max_mas_in_deep  133 drivers/staging/uwb/allocator.c 	int start_col, max_mas_in_set, lowest_max_mas_in_deep;
lowest_max_mas_in_deep  144 drivers/staging/uwb/allocator.c 		lowest_max_mas_in_deep = UWB_MAS_PER_ZONE;
lowest_max_mas_in_deep  160 drivers/staging/uwb/allocator.c 			if ((lowest_max_mas_in_deep > max_mas_in_set) && max_mas_in_set) {
lowest_max_mas_in_deep  161 drivers/staging/uwb/allocator.c 				lowest_max_mas_in_deep = max_mas_in_set;
lowest_max_mas_in_deep  168 drivers/staging/uwb/allocator.c 		if (lowest_max_mas_in_deep < 8) {
lowest_max_mas_in_deep  172 drivers/staging/uwb/allocator.c 		} else if ((lowest_max_mas_in_deep > 8) && 
lowest_max_mas_in_deep  173 drivers/staging/uwb/allocator.c 			   (lowest_max_mas_in_deep != UWB_MAS_PER_ZONE) &&