Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/octeon/
Docteon-model.h145 #define OCTEON_CN63XX_PASS1_0 0x000d9000 macro
153 #define OCTEON_CN63XX_PASS1_X (OCTEON_CN63XX_PASS1_0 | OM_IGNORE_MINOR_REVISION)
275 #define OCTEON_CN6XXX (OCTEON_CN63XX_PASS1_0 | OM_MATCH_6XXX_FAMILY_MODELS)
350 && ((chip_model & OCTEON_PRID_MASK) < OCTEON_CN63XX_PASS1_0)) || \
352 && ((chip_model & OCTEON_PRID_MASK) >= OCTEON_CN63XX_PASS1_0) \
/linux-6.12.1/arch/mips/pci/
Dpcie-octeon.c1244 if (OCTEON_IS_MODEL(OCTEON_CN63XX_PASS1_0)) { in __cvmx_pcie_rc_initialize_gen2()