Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Didprom.c38 { .name = "Sun4M OBP based system", .id_machtype = (SM_SUN4M_OBP | 0x0) } };
47 if (machtype != (SM_SUN4M_OBP | 0x00) || in display_system_type()
/openbmc/linux/arch/sparc/include/asm/
H A Dmachines.h30 #define SM_SUN4M_OBP 0x80 macro
/openbmc/linux/arch/m68k/include/asm/
H A Dmachines.h42 #define SM_SUN4M_OBP 0x80 macro
/openbmc/linux/arch/m68k/sun3/
H A Didprom.c67 if (machtype != (SM_SUN4M_OBP | 0x00)) in display_system_type()