QM_EQCR_SIZE      392 drivers/soc/fsl/qbman/qman.c #define EQCR_CARRY	(uintptr_t)(QM_EQCR_SIZE << EQCR_SHIFT)
QM_EQCR_SIZE      407 drivers/soc/fsl/qbman/qman.c 	return ((uintptr_t)e >> EQCR_SHIFT) & (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      431 drivers/soc/fsl/qbman/qman.c 	eqcr->ci = qm_in(portal, QM_REG_EQCR_CI_CINH) & (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      433 drivers/soc/fsl/qbman/qman.c 	pi = qm_in(portal, QM_REG_EQCR_PI_CINH) & (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      435 drivers/soc/fsl/qbman/qman.c 	eqcr->vbit = (qm_in(portal, QM_REG_EQCR_PI_CINH) & QM_EQCR_SIZE) ?
QM_EQCR_SIZE      437 drivers/soc/fsl/qbman/qman.c 	eqcr->available = QM_EQCR_SIZE - 1 -
QM_EQCR_SIZE      438 drivers/soc/fsl/qbman/qman.c 			  dpaa_cyc_diff(QM_EQCR_SIZE, eqcr->ci, pi);
QM_EQCR_SIZE      460 drivers/soc/fsl/qbman/qman.c 	u8 pi = qm_in(portal, QM_REG_EQCR_PI_CINH) & (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      461 drivers/soc/fsl/qbman/qman.c 	u8 ci = qm_in(portal, QM_REG_EQCR_CI_CINH) & (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      498 drivers/soc/fsl/qbman/qman.c 			   (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      499 drivers/soc/fsl/qbman/qman.c 		diff = dpaa_cyc_diff(QM_EQCR_SIZE, old_ci, eqcr->ci);
QM_EQCR_SIZE      546 drivers/soc/fsl/qbman/qman.c 	eqcr->ci = qm_ce_in(portal, QM_CL_EQCR_CI_CENA) & (QM_EQCR_SIZE - 1);
QM_EQCR_SIZE      548 drivers/soc/fsl/qbman/qman.c 	diff = dpaa_cyc_diff(QM_EQCR_SIZE, old_ci, eqcr->ci);
QM_EQCR_SIZE      572 drivers/soc/fsl/qbman/qman.c 	return QM_EQCR_SIZE - 1 - eqcr->available;