Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | Sun_Machine_Models |
Macros | |
#define | NUM_SUN_MACHINES 8 |
#define | SM_ARCH_MASK 0xf0 |
#define | SM_SUN3 0x10 |
#define | SM_SUN4 0x20 |
#define | SM_SUN3X 0x40 |
#define | SM_SUN4C 0x50 |
#define | SM_SUN4M 0x70 |
#define | SM_SUN4M_OBP 0x80 |
#define | SM_TYP_MASK 0x0f |
#define | SM_3_160 0x01 /* Sun 3/160 series */ |
#define | SM_3_50 0x02 /* Sun 3/50 series */ |
#define | SM_3_260 0x03 /* Sun 3/260 series */ |
#define | SM_3_110 0x04 /* Sun 3/110 series */ |
#define | SM_3_60 0x07 /* Sun 3/60 series */ |
#define | SM_3_E 0x08 /* Sun 3/E series */ |
#define | SM_3_460 0x01 /* Sun 3/460 (460,470,480) series */ |
#define | SM_3_80 0x02 /* Sun 3/80 series */ |
#define | SM_4_260 0x01 /* Sun 4/200 series */ |
#define | SM_4_110 0x02 /* Sun 4/100 series */ |
#define | SM_4_330 0x03 /* Sun 4/300 series */ |
#define | SM_4_470 0x04 /* Sun 4/400 series */ |
#define | SM_4C_SS1 0x01 /* Sun4c SparcStation 1 - Sun 4/60 */ |
#define | SM_4C_IPC 0x02 /* Sun4c SparcStation IPC - Sun 4/40 */ |
#define | SM_4C_SS1PLUS 0x03 /* Sun4c SparcStation 1+ - Sun 4/65 */ |
#define | SM_4C_SLC 0x04 /* Sun4c SparcStation SLC - Sun 4/20 */ |
#define | SM_4C_SS2 0x05 /* Sun4c SparcStation 2 - Sun 4/75 */ |
#define | SM_4C_ELC 0x06 /* Sun4c SparcStation ELC - Sun 4/25 */ |
#define | SM_4C_IPX 0x07 /* Sun4c SparcStation IPX - Sun 4/50 */ |
#define | SM_4M_SS60 0x01 /* Sun4m SparcSystem 600 */ |
#define | SM_4M_SS50 0x02 /* Sun4m SparcStation 10 */ |
#define | SM_4M_SS40 0x03 /* Sun4m SparcStation 5 */ |
#define NUM_SUN_MACHINES 8 |
Definition at line 22 of file machines.h.
#define SM_3_110 0x04 /* Sun 3/110 series */ |
Definition at line 48 of file machines.h.
#define SM_3_160 0x01 /* Sun 3/160 series */ |
Definition at line 45 of file machines.h.
#define SM_3_260 0x03 /* Sun 3/260 series */ |
Definition at line 47 of file machines.h.
#define SM_3_460 0x01 /* Sun 3/460 (460,470,480) series */ |
Definition at line 53 of file machines.h.
#define SM_3_50 0x02 /* Sun 3/50 series */ |
Definition at line 46 of file machines.h.
#define SM_3_60 0x07 /* Sun 3/60 series */ |
Definition at line 49 of file machines.h.
#define SM_3_80 0x02 /* Sun 3/80 series */ |
Definition at line 54 of file machines.h.
#define SM_3_E 0x08 /* Sun 3/E series */ |
Definition at line 50 of file machines.h.
#define SM_4_110 0x02 /* Sun 4/100 series */ |
Definition at line 58 of file machines.h.
#define SM_4_260 0x01 /* Sun 4/200 series */ |
Definition at line 57 of file machines.h.
#define SM_4_330 0x03 /* Sun 4/300 series */ |
Definition at line 59 of file machines.h.
#define SM_4_470 0x04 /* Sun 4/400 series */ |
Definition at line 60 of file machines.h.
#define SM_4C_ELC 0x06 /* Sun4c SparcStation ELC - Sun 4/25 */ |
Definition at line 68 of file machines.h.
#define SM_4C_IPC 0x02 /* Sun4c SparcStation IPC - Sun 4/40 */ |
Definition at line 64 of file machines.h.
#define SM_4C_IPX 0x07 /* Sun4c SparcStation IPX - Sun 4/50 */ |
Definition at line 69 of file machines.h.
#define SM_4C_SLC 0x04 /* Sun4c SparcStation SLC - Sun 4/20 */ |
Definition at line 66 of file machines.h.
#define SM_4C_SS1 0x01 /* Sun4c SparcStation 1 - Sun 4/60 */ |
Definition at line 63 of file machines.h.
#define SM_4C_SS1PLUS 0x03 /* Sun4c SparcStation 1+ - Sun 4/65 */ |
Definition at line 65 of file machines.h.
#define SM_4C_SS2 0x05 /* Sun4c SparcStation 2 - Sun 4/75 */ |
Definition at line 67 of file machines.h.
#define SM_4M_SS40 0x03 /* Sun4m SparcStation 5 */ |
Definition at line 79 of file machines.h.
#define SM_4M_SS50 0x02 /* Sun4m SparcStation 10 */ |
Definition at line 78 of file machines.h.
#define SM_4M_SS60 0x01 /* Sun4m SparcSystem 600 */ |
Definition at line 77 of file machines.h.
#define SM_ARCH_MASK 0xf0 |
Definition at line 35 of file machines.h.
#define SM_SUN3 0x10 |
Definition at line 36 of file machines.h.
#define SM_SUN3X 0x40 |
Definition at line 38 of file machines.h.
#define SM_SUN4 0x20 |
Definition at line 37 of file machines.h.
#define SM_SUN4C 0x50 |
Definition at line 39 of file machines.h.
#define SM_SUN4M 0x70 |
Definition at line 40 of file machines.h.
#define SM_SUN4M_OBP 0x80 |
Definition at line 41 of file machines.h.
#define SM_TYP_MASK 0x0f |
Definition at line 43 of file machines.h.