OM_FLAG_MASK      326 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == (OM_IGNORE_REVISION | OM_CHECK_SUBMODEL)) \
OM_FLAG_MASK      328 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == 0)			\
OM_FLAG_MASK      330 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == OM_IGNORE_REVISION) \
OM_FLAG_MASK      332 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == OM_CHECK_SUBMODEL)	\
OM_FLAG_MASK      338 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == (OM_IGNORE_REVISION | OM_CHECK_SUBMODEL)) \
OM_FLAG_MASK      340 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == 0)			\
OM_FLAG_MASK      342 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == OM_IGNORE_MINOR_REVISION) \
OM_FLAG_MASK      344 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == OM_IGNORE_REVISION) \
OM_FLAG_MASK      346 arch/mips/include/asm/octeon/octeon-model.h 		((((arg_model) & (OM_FLAG_MASK)) == OM_CHECK_SUBMODEL)	\