Searched refs:SM_SUN3 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/m68k/sun3/ |
H A D | idprom.c | 31 { .name = "Sun 3/160 Series", .id_machtype = (SM_SUN3 | SM_3_160) }, 32 { .name = "Sun 3/50", .id_machtype = (SM_SUN3 | SM_3_50) }, 33 { .name = "Sun 3/260 Series", .id_machtype = (SM_SUN3 | SM_3_260) }, 34 { .name = "Sun 3/110 Series", .id_machtype = (SM_SUN3 | SM_3_110) }, 35 { .name = "Sun 3/60", .id_machtype = (SM_SUN3 | SM_3_60) }, 36 { .name = "Sun 3/E", .id_machtype = (SM_SUN3 | SM_3_E) },
|
H A D | config.c | 206 case SM_SUN3 | SM_3_160: in sun3_platform_init() 207 case SM_SUN3 | SM_3_260: in sun3_platform_init() 211 case SM_SUN3 | SM_3_50: in sun3_platform_init() 212 case SM_SUN3 | SM_3_60: in sun3_platform_init()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | machines.h | 37 #define SM_SUN3 0x10 macro
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 259 case SM_SUN3|SM_3_50: in sun3lance_probe() 260 case SM_SUN3|SM_3_60: in sun3lance_probe()
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | 290 case SM_SUN3|SM_3_160: in sun3_82586_probe() 291 case SM_SUN3|SM_3_260: in sun3_82586_probe()
|