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