get32
u32 (*get32)(struct xe_gt *, unsigned int),
xe_gt_assert(gt, get32 || get64);
if ((get32 && (!!get32(gt, VFID(n)) == provisioned)) ||
buf_len = get32(dde_list[i], ddebc);
spbc = get32(cmdp->cpb, out_spbc_decomp);
tpbc = get32(cmdp->crb.csb, tpbc);
spbc = get32(cmdp->cpb, out_spbc_decomp);
tpbc = get32(cmdp->crb.csb, tpbc);
spbc = (!lzcounts) ? get32(cmdp->cpb, out_spbc_comp) :
get32(cmdp->cpb, out_spbc_comp_with_count);
tpbc = get32(cmdp->crb.csb, tpbc);
crc = get32(cmdp->cpb, out_crc);
#define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \