Searched refs:OM_FLAG_MASK (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/octeon/
H A Docteon-model.h72 #define OM_FLAG_MASK 0xff000000 macro
235 if (((arg_model & OM_FLAG_MASK) == rev_and_sub) &&
239 if (((arg_model & OM_FLAG_MASK) == 0) &&
243 if (((arg_model & OM_FLAG_MASK) == OM_IGNORE_REVISION) &&
247 if (((arg_model & OM_FLAG_MASK) == OM_CHECK_SUBMODEL) &&
256 if (((arg_model & OM_FLAG_MASK) == rev_and_sub) &&
260 if (((arg_model & OM_FLAG_MASK) == 0) &&
264 if (((arg_model & OM_FLAG_MASK) == OM_IGNORE_MINOR_REVISION) &&
268 if (((arg_model & OM_FLAG_MASK) == OM_IGNORE_REVISION) &&
272 if (((arg_model & OM_FLAG_MASK)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Docteon-model.h72 #define OM_FLAG_MASK 0xff000000 macro
235 if (((arg_model & OM_FLAG_MASK) == rev_and_sub) &&
239 if (((arg_model & OM_FLAG_MASK) == 0) &&
243 if (((arg_model & OM_FLAG_MASK) == OM_IGNORE_REVISION) &&
247 if (((arg_model & OM_FLAG_MASK) == OM_CHECK_SUBMODEL) &&
256 if (((arg_model & OM_FLAG_MASK) == rev_and_sub) &&
260 if (((arg_model & OM_FLAG_MASK) == 0) &&
264 if (((arg_model & OM_FLAG_MASK) == OM_IGNORE_MINOR_REVISION) &&
268 if (((arg_model & OM_FLAG_MASK) == OM_IGNORE_REVISION) &&
272 if (((arg_model & OM_FLAG_MASK)
[all...]

Completed in 112 milliseconds