Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/uwb/
Dallocator.c31 for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) { in uwb_rsv_fill_column_alloc()
72 for (col = 0; col < UWB_NUM_ZONES; col++) { in uwb_rsv_fill_row_alloc()
73 if (bm[col * UWB_NUM_ZONES + mas] != UWB_RSV_MAS_NOT_AVAIL) { in uwb_rsv_fill_row_alloc()
74 bm[col * UWB_NUM_ZONES + mas] = c; in uwb_rsv_fill_row_alloc()
160 for (col = start_col; col < UWB_NUM_ZONES; col += interval) { in uwb_rsv_find_best_column_set()
196 ai->safe_allocated_mases = (UWB_NUM_ZONES / interval) * num_safe_mas; in uwb_rsv_find_best_column_set()
197 ai->unsafe_allocated_mases = (UWB_NUM_ZONES / interval) * num_unsafe_mas; in uwb_rsv_find_best_column_set()
213 for (col = 1; col < UWB_NUM_ZONES; col++) { in get_row_descriptors()
214 if (bm[col * UWB_NUM_ZONES + mas] == UWB_RSV_MAS_NOT_AVAIL) { in get_row_descriptors()
236 if (!bm[column * UWB_NUM_ZONES + mas]) { in uwb_rsv_fill_column_info()
[all …]
Ddrp-ie.c129 UWB_NUM_ZONES * sizeof(struct uwb_drp_alloc), in uwb_drp_ie_alloc()
155 for (z = 0; z < UWB_NUM_ZONES; z++) { in uwb_drp_ie_from_bm()
277 set_bit(zone * UWB_NUM_ZONES + mas, bm->bm); in uwb_drp_ie_single_zone_to_bm()
311 for (zone = 0; zone < UWB_NUM_ZONES; zone++) { in uwb_drp_ie_to_bm()
Duwb-internal.h160 unsigned char bm[UWB_MAS_PER_ZONE * UWB_NUM_ZONES];
161 struct uwb_rsv_col_info ci[UWB_NUM_ZONES];
/linux-3.4.99/include/linux/uwb/
Dspec.h54 enum { UWB_NUM_ZONES = 16 }; enumerator
59 #define UWB_MAS_PER_ZONE (UWB_NUM_MAS / UWB_NUM_ZONES)
64 #define UWB_USABLE_MAS_PER_ROW (UWB_NUM_ZONES - 1)