qm_out            448 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_CFG, cfg);
qm_out            558 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_EQCR_ITR, ithresh);
qm_out            602 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_CFG, (qm_in(portal, QM_REG_CFG) & 0xff0fffff) |
qm_out            616 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_SDQCR, 0);
qm_out            617 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_VDQCR, 0);
qm_out            618 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_PDQCR, 0);
qm_out            642 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_CFG, cfg);
qm_out            708 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_DCAP, (0 << 8) | /* DQRR_DCAP::S */
qm_out            718 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_DCAP, (1 << 8) | /* DQRR_DCAP::S */
qm_out            724 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_SDQCR, sdqcr);
qm_out            729 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_VDQCR, vdqcr);
qm_out            738 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_DQRR_ITR, ithresh);
qm_out            787 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_CFG, cfg);
qm_out            840 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_MR_CI_CINH, mr->ci);
qm_out            849 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_MR_CI_CINH, mr->ci);
qm_out            854 drivers/soc/fsl/qbman/qman.c 	qm_out(portal, QM_REG_MR_ITR, ithresh);
qm_out           1073 drivers/soc/fsl/qbman/qman.c 	qm_out(&portal->p, QM_REG_ITPR, iperiod);
qm_out           1094 drivers/soc/fsl/qbman/qman.c 			qm_out(&affine_portals[i]->p, QM_REG_ISR, 0xffffffff);
qm_out           1095 drivers/soc/fsl/qbman/qman.c 			qm_out(&affine_portals[i]->p, QM_REG_IIR, 0);
qm_out           1187 drivers/soc/fsl/qbman/qman.c 	qm_out(&p->p, QM_REG_ISR, clear);
qm_out           1277 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_ITPR, QMAN_PIRQ_IPERIOD);
qm_out           1297 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_ISDR, isdr);
qm_out           1299 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_IER, 0);
qm_out           1301 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_IIR, 1);
qm_out           1312 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_ISDR, isdr);
qm_out           1319 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_ISDR, isdr);
qm_out           1334 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_ISR, 0xffffffff);
qm_out           1335 drivers/soc/fsl/qbman/qman.c 	qm_out(p, QM_REG_ISDR, 0);
qm_out           1337 drivers/soc/fsl/qbman/qman.c 		qm_out(p, QM_REG_IIR, 0);
qm_out           1693 drivers/soc/fsl/qbman/qman.c 	qm_out(&p->p, QM_REG_IER, p->irq_sources);
qm_out           1716 drivers/soc/fsl/qbman/qman.c 	qm_out(&p->p, QM_REG_IER, p->irq_sources);
qm_out           1722 drivers/soc/fsl/qbman/qman.c 	qm_out(&p->p, QM_REG_ISR, ~ier);