Searched refs:regs_t (Results 1 – 1 of 1) sorted by relevance
96 struct crb_regs_tail __iomem *regs_t; member153 iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->regs_t->ctrl_req); in __crb_go_idle()155 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_go_idle()196 iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->regs_t->ctrl_req); in __crb_cmd_ready()197 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_cmd_ready()274 if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) != in crb_status()295 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()366 iowrite32(0, &priv->regs_t->ctrl_cancel); in crb_send()386 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()393 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()[all …]