Searched refs:UWB_NUM_ZONES (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/uwb/
H A Dallocator.c31 for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) { uwb_rsv_fill_column_alloc()
72 for (col = 0; col < UWB_NUM_ZONES; col++) { uwb_rsv_fill_row_alloc()
73 if (bm[col * UWB_NUM_ZONES + mas] != UWB_RSV_MAS_NOT_AVAIL) { uwb_rsv_fill_row_alloc()
74 bm[col * UWB_NUM_ZONES + mas] = c; uwb_rsv_fill_row_alloc()
160 for (col = start_col; col < UWB_NUM_ZONES; col += interval) { uwb_rsv_find_best_column_set()
196 ai->safe_allocated_mases = (UWB_NUM_ZONES / interval) * num_safe_mas; uwb_rsv_find_best_column_set()
197 ai->unsafe_allocated_mases = (UWB_NUM_ZONES / interval) * num_unsafe_mas; uwb_rsv_find_best_column_set()
213 for (col = 1; col < UWB_NUM_ZONES; col++) { get_row_descriptors()
214 if (bm[col * UWB_NUM_ZONES + mas] == UWB_RSV_MAS_NOT_AVAIL) { get_row_descriptors()
236 if (!bm[column * UWB_NUM_ZONES + mas]) { uwb_rsv_fill_column_info()
266 for (col = 1; col < UWB_NUM_ZONES; col++) { get_column_descriptors()
292 int n_column = UWB_NUM_ZONES / interval; uwb_rsv_find_best_col_alloc()
H A Ddrp-ie.c122 * (UWB_NUM_ZONES - 1) * 4 = 60 octets.
129 UWB_NUM_ZONES * sizeof(struct uwb_drp_alloc), uwb_drp_ie_alloc()
155 for (z = 0; z < UWB_NUM_ZONES; z++) { uwb_drp_ie_from_bm()
277 set_bit(zone * UWB_NUM_ZONES + mas, bm->bm); uwb_drp_ie_single_zone_to_bm()
311 for (zone = 0; zone < UWB_NUM_ZONES; zone++) { uwb_drp_ie_to_bm()
H A Duwb-internal.h161 unsigned char bm[UWB_MAS_PER_ZONE * UWB_NUM_ZONES];
162 struct uwb_rsv_col_info ci[UWB_NUM_ZONES];
/linux-4.1.27/include/linux/uwb/
H A Dspec.h55 enum { UWB_NUM_ZONES = 16 }; enumerator in enum:__anon12529
60 #define UWB_MAS_PER_ZONE (UWB_NUM_MAS / UWB_NUM_ZONES)
65 #define UWB_USABLE_MAS_PER_ROW (UWB_NUM_ZONES - 1)

Completed in 99 milliseconds