Lines Matching defs:regs_t
96 struct crb_regs_tail __iomem *regs_t;
153 iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->regs_t->ctrl_req);
155 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req,
196 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req);
197 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req,
274 if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) !=
295 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR)
366 iowrite32(0, &priv->regs_t->ctrl_cancel);
386 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start);
393 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start);
404 iowrite32(CRB_CANCEL_INVOKE, &priv->regs_t->ctrl_cancel);
415 u32 cancel = ioread32(&priv->regs_t->ctrl_cancel);
550 priv->regs_t = crb_map_res(dev, iores, iobase_ptr, buf->control_address,
553 if (IS_ERR(priv->regs_t))
554 return PTR_ERR(priv->regs_t);
582 pa_high = ioread32(&priv->regs_t->ctrl_cmd_pa_high);
583 pa_low = ioread32(&priv->regs_t->ctrl_cmd_pa_low);
585 cmd_size = ioread32(&priv->regs_t->ctrl_cmd_size);
610 memcpy_fromio(&__rsp_pa, &priv->regs_t->ctrl_rsp_pa, 8);
612 rsp_size = ioread32(&priv->regs_t->ctrl_rsp_size);