Searched refs:bits_upper (Results 1 – 1 of 1) sorted by relevance
2890 u64 dpa_offset, hpa_offset, bits_upper, mask_upper, hpa; in cxl_dpa_to_hpa() local2928 bits_upper = (dpa_offset & mask_upper) >> (eig + 8); in cxl_dpa_to_hpa()2929 bits_upper = bits_upper * 3; in cxl_dpa_to_hpa()2930 hpa_offset = ((bits_upper << (eiw - 8)) + pos) << (eig + 8); in cxl_dpa_to_hpa()