Lines Matching defs:system_loongson
93 struct system_loongson { struct
94 uint16_t vers; /* version of system_loongson */ argument
95 uint32_t ccnuma_smp; /* 0: no numa; 1: has numa */
96 uint32_t sing_double_channel;/* 1: single; 2: double */
97 uint32_t nr_uarts;
98 struct uart_device uarts[MAX_UARTS];
99 uint32_t nr_sensors;
100 struct sensor_device sensors[MAX_SENSORS];
101 char has_ec;
102 char ec_name[32];
103 uint64_t ec_base_addr;
104 char has_tcm;
105 char tcm_name[32];
106 uint64_t tcm_base_addr;
107 uint64_t workarounds;
108 uint64_t of_dtb_addr; /* NULL if not support */