Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon-model.h32 #define OCTEON_PRID_MASK 0x00ffffff macro
248 ((b & OCTEON_PRID_MASK) < OCTEON_CN63XX_PASS1_0)) || \
251 ((b & OCTEON_PRID_MASK) >= OCTEON_CN63XX_PASS1_0) && \
252 ((b & OCTEON_PRID_MASK) < OCTEON_CNF71XX_PASS1_0)) || \
255 ((b & OCTEON_PRID_MASK) >= OCTEON_CNF71XX_PASS1_0) && \
256 ((b & OCTEON_PRID_MASK) < OCTEON_CN78XX_PASS1_0)) || \
258 OM_MATCH_7XXX_FAMILY_MODELS) && ((b & OCTEON_PRID_MASK) >= \

Completed in 3 milliseconds