Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/fw/arc/
Didentify.c33 .flags = PROM_FLAG_ARCS,
37 .flags = PROM_FLAG_ARCS,
41 .flags = PROM_FLAG_ARCS,
45 .flags = PROM_FLAG_ARCS,
Dmemory.c67 #define mtypes(a) (prom_flags & PROM_FLAG_ARCS) ? arcs_mtypes[a.arcs] \
117 if (prom_flags & PROM_FLAG_ARCS) /* SGI is ``different'' ... */ in prom_memtype_classify()
/linux-6.1.9/arch/mips/include/asm/
Dsgialib.h21 #define PROM_FLAG_ARCS 1 macro