Lines Matching defs:system_loongson
87 struct system_loongson { struct
88 u16 vers; /* version of system_loongson */ argument
89 u32 ccnuma_smp; /* 0: no numa; 1: has numa */
90 u32 sing_double_channel; /* 1:single; 2:double */
91 u32 nr_uarts;
92 struct uart_device uarts[MAX_UARTS];
93 u32 nr_sensors;
94 struct sensor_device sensors[MAX_SENSORS];
95 char has_ec;
96 char ec_name[32];
97 u64 ec_base_addr;
98 char has_tcm;
99 char tcm_name[32];
100 u64 tcm_base_addr;
101 u64 workarounds; /* see workarounds.h */