Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm_crb.c100 struct crb_regs_tail __iomem *regs_t; member
157 iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->regs_t->ctrl_req); in __crb_go_idle()
159 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_go_idle()
200 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req); in __crb_cmd_ready()
201 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_cmd_ready()
278 if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) != in crb_status()
299 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()
370 iowrite32(0, &priv->regs_t->ctrl_cancel); in crb_send()
390 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()
397 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()
[all …]