Searched refs:ways_to_eiw (Results 1 – 3 of 3) sorted by relevance
483 rc = ways_to_eiw(val, &iw); in interleave_ways_store()1268 ways_to_eiw(iw, &eiw); in check_interleave_cap()1369 rc = ways_to_eiw(parent_iw, &peiw); in cxl_port_setup_targets()1378 rc = ways_to_eiw(iw, &eiw); in cxl_port_setup_targets()2886 ways_to_eiw(p->interleave_ways, &eiw); in cxl_dpa_to_hpa()
559 if (WARN_ONCE(ways_to_eiw(cxld->interleave_ways, &eiw), in cxld_set_interleave()
117 static inline int ways_to_eiw(unsigned int ways, u8 *eiw) in ways_to_eiw() function