reg_push          143 drivers/soc/ti/knav_qmss.h 	struct knav_reg_queue __iomem	*reg_push, *reg_pop, *reg_peek;
reg_push          278 drivers/soc/ti/knav_qmss.h 	struct knav_reg_queue __iomem	*reg_push, *reg_pop, *reg_peek;
reg_push          232 drivers/soc/ti/knav_qmss_queue.c 	qh->reg_push = &inst->qmgr->reg_push[id];
reg_push          515 drivers/soc/ti/knav_qmss_queue.c 	writel_relaxed(0, &inst->qmgr->reg_push[id].ptr_size_thresh);
reg_push          647 drivers/soc/ti/knav_qmss_queue.c 	writel_relaxed(val, &qh->reg_push[0].ptr_size_thresh);
reg_push         1297 drivers/soc/ti/knav_qmss_queue.c 				       &qmgr->reg_push[index].ptr_size_thresh);
reg_push         1448 drivers/soc/ti/knav_qmss_queue.c 		qmgr->reg_push =
reg_push         1464 drivers/soc/ti/knav_qmss_queue.c 		    IS_ERR(qmgr->reg_push)) {
reg_push         1478 drivers/soc/ti/knav_qmss_queue.c 			if (!IS_ERR(qmgr->reg_push))
reg_push         1479 drivers/soc/ti/knav_qmss_queue.c 				devm_iounmap(dev, qmgr->reg_push);
reg_push         1486 drivers/soc/ti/knav_qmss_queue.c 			qmgr->reg_pop = qmgr->reg_push;
reg_push         1493 drivers/soc/ti/knav_qmss_queue.c 			 qmgr->reg_push, qmgr->reg_pop);