Lines Matching refs:ways
145 unsigned int ways;
164 rc = eiw_to_ways(cfmws->interleave_ways, &ways);
171 expected_len = struct_size(cfmws, interleave_targets, ways);
208 unsigned int ways, i, ig;
220 rc = eiw_to_ways(cfmws->interleave_ways, &ways);
226 for (i = 0; i < ways; i++)
251 cxlrd = cxl_root_decoder_alloc(root_port, ways, cxl_calc_hb);
262 cxld->interleave_ways = ways;
267 if (ways == 1)
272 if (ways != 1 && ways != 3) {