Searched refs:numbytes (Results 1 – 3 of 3) sorted by relevance
81 uint32_t numbytes; /* number of bytes to deliver on resume */ member248 s->numbytes = len; in tpm_spapr_request_completed()298 s->numbytes = 0; in tpm_spapr_reset()341 if (s->numbytes) { in tpm_spapr_post_load()345 s->numbytes = 0; in tpm_spapr_post_load()359 VMSTATE_UINT32(numbytes, SpaprTpmState),360 VMSTATE_VBUFFER_UINT32(buffer, SpaprTpmState, 0, NULL, numbytes),
95 P2WI_DATA_NUM_BYTES_READ, &p2wi->numbytes); in p2wi_read()111 writel(P2WI_DATA_NUM_BYTES(1), &p2wi->numbytes); in p2wi_write()
127 u32 numbytes; /* 0x18 num bytes */ member