Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/sun3x/
H A Dprom.c107 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) { in sun3x_prom_init()
111 idprom->id_machtype = SM_SUN3X | SM_3_80; in sun3x_prom_init()
/openbmc/linux/arch/m68k/sun3/
H A Didprom.c38 { .name = "Sun 3/460 Series", .id_machtype = (SM_SUN3X | SM_3_460) },
39 { .name = "Sun 3/80", .id_machtype = (SM_SUN3X | SM_3_80) },
/openbmc/linux/arch/m68k/include/asm/
H A Dmachines.h39 #define SM_SUN3X 0x40 macro
/openbmc/linux/drivers/net/ethernet/amd/
H A Dsun3lance.c261 case SM_SUN3X|SM_3_80: in sun3lance_probe()