Home
last modified time | relevance | path

Searched refs:CRB_CTRL_CMD_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/tpm/
H A Dtpm_crb.c63 #define CRB_CTRL_CMD_SIZE (TPM_CRB_ADDR_SIZE - A_CRB_DATA_BUFFER) macro
201 memory_region_set_dirty(&s->cmdmem, 0, CRB_CTRL_CMD_SIZE); in tpm_crb_request_completed()
271 s->regs[R_CRB_CTRL_CMD_SIZE] = CRB_CTRL_CMD_SIZE; in tpm_crb_reset()
273 s->regs[R_CRB_CTRL_RSP_SIZE] = CRB_CTRL_CMD_SIZE; in tpm_crb_reset()
277 CRB_CTRL_CMD_SIZE); in tpm_crb_reset()
300 "tpm-crb-cmd", CRB_CTRL_CMD_SIZE, errp); in tpm_crb_realize()
/openbmc/qemu/include/hw/acpi/
H A Dtpm.h173 REG32(CRB_CTRL_CMD_SIZE, 0x58)