Lines Matching defs:system_loongson
74 struct system_loongson { struct
75 u16 vers; /* version of system_loongson */ argument
76 u32 ccnuma_smp; /* 0: no numa; 1: has numa */
77 u32 sing_double_channel; /* 1:single; 2:double */
78 u32 nr_uarts;
79 struct uart_device uarts[MAX_UARTS];
80 u32 nr_sensors;
81 struct sensor_device sensors[MAX_SENSORS];
82 char has_ec;
83 char ec_name[32];
84 u64 ec_base_addr;
85 char has_tcm;
86 char tcm_name[32];
87 u64 tcm_base_addr;
88 u64 workarounds; /* see workarounds.h */