BM_RCR_SIZE 273 drivers/soc/fsl/qbman/bman.c #define RCR_CARRY (uintptr_t)(BM_RCR_SIZE << RCR_SHIFT) BM_RCR_SIZE 289 drivers/soc/fsl/qbman/bman.c return ((uintptr_t)e >> RCR_SHIFT) & (BM_RCR_SIZE - 1); BM_RCR_SIZE 315 drivers/soc/fsl/qbman/bman.c return BM_RCR_SIZE - 1 - rcr->available; BM_RCR_SIZE 340 drivers/soc/fsl/qbman/bman.c rcr->ci = bm_ce_in(portal, BM_CL_RCR_CI_CENA) & (BM_RCR_SIZE - 1); BM_RCR_SIZE 342 drivers/soc/fsl/qbman/bman.c diff = dpaa_cyc_diff(BM_RCR_SIZE, old_ci, rcr->ci); BM_RCR_SIZE 388 drivers/soc/fsl/qbman/bman.c rcr->ci = bm_in(portal, BM_REG_RCR_CI_CINH) & (BM_RCR_SIZE - 1); BM_RCR_SIZE 389 drivers/soc/fsl/qbman/bman.c pi = bm_in(portal, BM_REG_RCR_PI_CINH) & (BM_RCR_SIZE - 1); BM_RCR_SIZE 391 drivers/soc/fsl/qbman/bman.c rcr->vbit = (bm_in(portal, BM_REG_RCR_PI_CINH) & BM_RCR_SIZE) ? BM_RCR_SIZE 393 drivers/soc/fsl/qbman/bman.c rcr->available = BM_RCR_SIZE - 1 BM_RCR_SIZE 394 drivers/soc/fsl/qbman/bman.c - dpaa_cyc_diff(BM_RCR_SIZE, rcr->ci, pi); BM_RCR_SIZE 415 drivers/soc/fsl/qbman/bman.c i = bm_in(portal, BM_REG_RCR_PI_CINH) & (BM_RCR_SIZE - 1); BM_RCR_SIZE 419 drivers/soc/fsl/qbman/bman.c i = bm_in(portal, BM_REG_RCR_CI_CINH) & (BM_RCR_SIZE - 1);