Home
last modified time | relevance | path

Searched refs:arg_model (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-model.h285 #define __OCTEON_IS_MODEL_COMPILE__(arg_model, chip_model) \ argument
286 ((((arg_model & OCTEON_38XX_FAMILY_MASK) < OCTEON_CN58XX_PASS1_0) && (\
289 ((((arg_model) & (OM_FLAG_MASK)) == 0) \
291 ((((arg_model) & (OM_FLAG_MASK)) == OM_IGNORE_REVISION) \
293 ((((arg_model) & (OM_FLAG_MASK)) == OM_CHECK_SUBMODEL) \
295 ((((arg_model) & (OM_MATCH_PREVIOUS_MODELS)) == OM_MATCH_PREVIOUS_MODELS) \
298 (((arg_model & OCTEON_38XX_FAMILY_MASK) >= OCTEON_CN58XX_PASS1_0) && (\
301 ((((arg_model) & (OM_FLAG_MASK)) == 0) \
303 ((((arg_model) & (OM_FLAG_MASK)) == OM_IGNORE_MINOR_REVISION) \
305 ((((arg_model) & (OM_FLAG_MASK)) == OM_IGNORE_REVISION) \
[all …]