BGE_FLAG_JUMBO
BGE_FLAG_575X_PLUS | BGE_FLAG_5705_PLUS | BGE_FLAG_JUMBO |
sc->bge_flags &= ~BGE_FLAG_JUMBO;
sc->bge_flags |= BGE_FLAG_5700_FAMILY | BGE_FLAG_JUMBO;
#define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO)
if (sc->bge_flags & BGE_FLAG_JUMBO)
if (bge_sc->bge_flags & BGE_FLAG_JUMBO)