Lines Matching defs:regs_t
96 struct crb_regs_tail __iomem *regs_t;
181 iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->regs_t->ctrl_req);
187 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req,
230 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req);
236 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req,
313 if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) !=
334 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR)
405 iowrite32(0, &priv->regs_t->ctrl_cancel);
429 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start);
436 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start);
450 iowrite32(CRB_CANCEL_INVOKE, &priv->regs_t->ctrl_cancel);
461 u32 cancel = ioread32(&priv->regs_t->ctrl_cancel);
602 priv->regs_t = crb_map_res(dev, iores, iobase_ptr, buf->control_address,
605 if (IS_ERR(priv->regs_t))
606 return PTR_ERR(priv->regs_t);
634 pa_high = ioread32(&priv->regs_t->ctrl_cmd_pa_high);
635 pa_low = ioread32(&priv->regs_t->ctrl_cmd_pa_low);
637 cmd_size = ioread32(&priv->regs_t->ctrl_cmd_size);
662 memcpy_fromio(&__rsp_pa, &priv->regs_t->ctrl_rsp_pa, 8);
664 rsp_size = ioread32(&priv->regs_t->ctrl_rsp_size);