Home
last modified time | relevance | path

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

/openbmc/qemu/hw/tpm/
H A Dtpm_crb.c73 CRB_CTRL_REQ_CMD_READY = BIT(0), enumerator
125 case CRB_CTRL_REQ_CMD_READY: in tpm_crb_mmio_write()
/openbmc/linux/drivers/char/tpm/
H A Dtpm_crb.c47 CRB_CTRL_REQ_CMD_READY = BIT(0), enumerator
230 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req); in __crb_cmd_ready()
237 CRB_CTRL_REQ_CMD_READY /* mask */, in __crb_cmd_ready()