Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dregion.c3199 int ways_hb = cxld->interleave_ways; in unaligned_dpa_to_hpa() local
3204 if (decode_pos(p->interleave_ways, ways_hb, pos, &pos_port, &pos_hb)) { in unaligned_dpa_to_hpa()
3222 for (int position = 0; position < ways_hb; position++) { in unaligned_dpa_to_hpa()
3225 hpa = restore_parent(hpa_port, position, gran_hb, ways_hb); in unaligned_dpa_to_hpa()
3229 if (do_div(shifted, ways_hb) == pos_hb) in unaligned_dpa_to_hpa()
3236 ways_port, gran_port, pos_port, ways_hb, gran_hb, pos_hb); in unaligned_dpa_to_hpa()