Home
last modified time | relevance | path

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

/Linux-v4.19/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,
49 .flags = PROM_FLAG_ARCS,
Dmemory.c63 #define mtypes(a) (prom_flags & PROM_FLAG_ARCS) ? arcs_mtypes[a.arcs] \
109 if (prom_flags & PROM_FLAG_ARCS) /* SGI is ``different'' ... */ in prom_memtype_classify()
/Linux-v4.19/arch/mips/include/asm/
Dsgialib.h29 #define PROM_FLAG_ARCS 1 macro