Home
last modified time | relevance | path

Searched refs:system_type (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Dsetup.c131 system_type = "RM400-330"; in plat_mem_setup()
134 system_type = "RM400-430"; in plat_mem_setup()
137 system_type = "RM400-530"; in plat_mem_setup()
140 system_type = "RM400-730"; in plat_mem_setup()
143 system_type = "RM400-xxx"; in plat_mem_setup()
151 system_type = "RM400-120"; in plat_mem_setup()
154 system_type = "RM400-220"; in plat_mem_setup()
157 system_type = "RM400-225"; in plat_mem_setup()
160 system_type = "RM400-420"; in plat_mem_setup()
163 system_type = "RM400-xxx"; in plat_mem_setup()
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_cpi_sys.c41 u8 system_type[CPI_LENGTH_NAME]; member
62 static char system_type[CPI_LENGTH_NAME + 1]; variable
101 set_data(evb->system_type, system_type); in cpi_prepare_req()
290 rc = snprintf(page, PAGE_SIZE, "%s\n", system_type); in system_type_show()
307 set_string(system_type, buf); in system_type_store()
314 __ATTR(system_type, 0644, system_type_show, system_type_store);
403 set_string(system_type, type); in sclp_cpi_set_data()
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dproc.c11 char *system_type; variable
18 if (system_type) in get_system_type()
19 return system_type; in get_system_type()
H A Dboard-ingenic.c58 system_type = ingenic_get_system_type(mips_machtype); in ingenic_fixup_fdt()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/
H A Dip22-hpc.c30 extern char *system_type;
47 system_type = "SGI Indigo2"; in sgihpc_init()
51 system_type = "SGI Indy"; in sgihpc_init()
/OK3568_Linux_fs/kernel/arch/mips/fw/arc/
H A Didentify.c79 char *system_type; variable
83 return system_type; in get_system_type()
108 system_type = mach->liname; in prom_identify_arch()
/OK3568_Linux_fs/kernel/arch/mips/fw/sni/
H A Dsniprom.c98 char *system_type = "Unknown"; variable
101 return system_type; in get_system_type()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpei_data.h41 uint32_t system_type; /* 0 Mobile, 1 Desktop/Server */ member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dbootinfo.h88 extern char *system_type;
/OK3568_Linux_fs/kernel/drivers/media/common/siano/
H A Dsmscoreapi.h824 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member
866 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member
H A Dsmsdvb-debugfs.c181 "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats()
274 "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats_ex()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c417 .system_type = 0, /* 0 Mobile, 1 Desktop/Server */ in dram_init()