Searched refs:SM_SUN3X (Results 1 – 3 of 3) sorted by relevance
109 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) { in sun3x_prom_init()113 idprom->id_machtype = SM_SUN3X | SM_3_80; in sun3x_prom_init()
37 { .name = "Sun 3/460 Series", .id_machtype = (SM_SUN3X | SM_3_460) },38 { .name = "Sun 3/80", .id_machtype = (SM_SUN3X | SM_3_80) },
38 #define SM_SUN3X 0x40 macro