rd64
u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1);
uint64_t rd64(struct ice_hw *hw, uint32_t reg);
u64 new_data = rd64(hw, reg);