Searched refs:system_type (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/mips/sni/ |
| A D | setup.c | 133 system_type = "RM400-330"; in plat_mem_setup() 136 system_type = "RM400-430"; in plat_mem_setup() 139 system_type = "RM400-530"; in plat_mem_setup() 142 system_type = "RM400-730"; in plat_mem_setup() 145 system_type = "RM400-xxx"; in plat_mem_setup() 153 system_type = "RM400-120"; in plat_mem_setup() 170 system_type = "RM400-Cxx"; in plat_mem_setup() 173 system_type = "RM200-xxx"; in plat_mem_setup() 176 system_type = "RM300-Cxx"; in plat_mem_setup() 193 system_type = "RM400-Exx"; in plat_mem_setup() [all …]
|
| /linux/arch/mips/generic/ |
| A D | proc.c | 11 char *system_type; variable 18 if (system_type) in get_system_type() 19 return system_type; in get_system_type()
|
| A D | board-ingenic.c | 119 system_type = ingenic_get_system_type(mips_machtype); in ingenic_fixup_fdt()
|
| /linux/drivers/s390/char/ |
| A D | sclp_cpi_sys.c | 41 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()
|
| /linux/arch/mips/sgi-ip22/ |
| A D | ip22-hpc.c | 30 extern char *system_type; 47 system_type = "SGI Indigo2"; in sgihpc_init() 51 system_type = "SGI Indy"; in sgihpc_init()
|
| /linux/arch/mips/fw/arc/ |
| A D | identify.c | 79 char *system_type; variable 83 return system_type; in get_system_type() 108 system_type = mach->liname; in prom_identify_arch()
|
| /linux/arch/mips/fw/sni/ |
| A D | sniprom.c | 94 char *system_type = "Unknown"; variable 97 return system_type; in get_system_type()
|
| /linux/arch/mips/include/asm/ |
| A D | bootinfo.h | 91 extern char *system_type;
|
| /linux/drivers/media/common/siano/ |
| A D | smsdvb-debugfs.c | 125 n += sysfs_emit_at(buf, n, "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats() 189 n += sysfs_emit_at(buf, n, "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats_ex()
|
| A D | smscoreapi.h | 818 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member 860 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member
|
Completed in 19 milliseconds