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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Docteon-model.h267 #define OCTEON_38XX_FAMILY_MASK 0x00ffff00 macro
273 #define OCTEON_58XX_FAMILY_MASK OCTEON_38XX_FAMILY_MASK
286 ((((arg_model & OCTEON_38XX_FAMILY_MASK) < OCTEON_CN58XX_PASS1_0) && (\
292 && __OCTEON_MATCH_MASK__((chip_model), (arg_model), OCTEON_38XX_FAMILY_MASK)) || \
298 (((arg_model & OCTEON_38XX_FAMILY_MASK) >= OCTEON_CN58XX_PASS1_0) && (\

Completed in 36 milliseconds