Home
last modified time | relevance | path

Searched defs:system_loongson (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h93 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];
[all …]
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h93 struct system_loongson { struct
94 u16 vers; /* version of system_loongson */ argument
95 u32 ccnuma_smp; /* 0: no numa; 1: has numa */
96 u32 sing_double_channel; /* 1:single; 2:double */
97 u32 nr_uarts;
98 struct uart_device uarts[MAX_UARTS];
99 u32 nr_sensors;
100 struct sensor_device sensors[MAX_SENSORS];
101 char has_ec;
102 char ec_name[32];
[all …]