Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm_crb.c98 struct crb_regs_tail __iomem *regs_t; member
202 iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->regs_t->ctrl_req); in __crb_go_idle()
214 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_go_idle()
256 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req); in __crb_cmd_ready()
268 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_cmd_ready()
359 if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) != in crb_status()
380 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()
451 iowrite32(0, &priv->regs_t->ctrl_cancel); in crb_send()
475 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()
482 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()
[all …]