Home
last modified time | relevance | path

Searched refs:numbytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/tpm/
H A Dtpm_spapr.c81 uint32_t numbytes; /* number of bytes to deliver on resume */ member
248 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),
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dp2wi.c95 P2WI_DATA_NUM_BYTES_READ, &p2wi->numbytes); in p2wi_read()
111 writel(P2WI_DATA_NUM_BYTES(1), &p2wi->numbytes); in p2wi_write()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dp2wi.h127 u32 numbytes; /* 0x18 num bytes */ member