Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dregion.c496 rc = ways_to_eiw(val, &iw); in set_interleave_ways()
1409 ways_to_eiw(iw, &eiw); in check_interleave_cap()
1521 rc = ways_to_eiw(parent_iw, &peiw); in cxl_port_setup_targets()
1530 rc = ways_to_eiw(iw, &eiw); in cxl_port_setup_targets()
3361 ways_to_eiw(p->interleave_ways, &eiw); in cxl_dpa_to_hpa()
3459 ways_to_eiw(p->interleave_ways, &eiw); in region_offset_to_dpa_result()
H A Dhdm.c691 if (WARN_ONCE(ways_to_eiw(cxld->interleave_ways, &eiw), in cxld_set_interleave()
/linux/drivers/cxl/
H A Dcxl.h128 static inline int ways_to_eiw(unsigned int ways, u8 *eiw) in ways_to_eiw() function