Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/octeon/
Docteon-model.h140 #define OCTEON_CN63XX_PASS1_0 0x000d9000 macro
148 #define OCTEON_CN63XX_PASS1_X (OCTEON_CN63XX_PASS1_0 | OM_IGNORE_MINOR_REVISION)
270 #define OCTEON_CN6XXX (OCTEON_CN63XX_PASS1_0 | OM_MATCH_6XXX_FAMILY_MODELS)
345 && ((chip_model & OCTEON_PRID_MASK) < OCTEON_CN63XX_PASS1_0)) || \
347 && ((chip_model & OCTEON_PRID_MASK) >= OCTEON_CN63XX_PASS1_0) \
/linux-4.1.27/arch/mips/pci/
Dpcie-octeon.c1240 if (OCTEON_IS_MODEL(OCTEON_CN63XX_PASS1_0)) { in __cvmx_pcie_rc_initialize_gen2()