Home
last modified time | relevance | path

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

/arch/mips/pistachio/
Dinit.c37 const char *sys_type; in get_system_type() local
43 sys_type = "IMG Pistachio SoC (B0)"; in get_system_type()
47 sys_type = "IMG Pistachio SoC (A1)"; in get_system_type()
51 sys_type = "IMG Pistachio SoC"; in get_system_type()
55 return sys_type; in get_system_type()
/arch/mips/lantiq/
Dprom.c33 return soc_info.sys_type; in get_system_type()
97 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init()
99 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init()
100 pr_info("SoC: %s\n", soc_info.sys_type); in prom_init()
Dprom.h20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
/arch/mips/ralink/
Dcommon.h13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
Dprom.c28 return soc_info.sys_type; in get_system_type()
Drt288x.c99 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Drt3883.c135 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Dmt7621.c191 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Drt305x.c259 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Dmt7620.c684 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
/arch/alpha/kernel/
Dsetup.c470 if ((long)hwrpb->sys_type < 0) { in setup_arch()
471 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch()
576 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
582 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
589 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch()
1168 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
/arch/alpha/include/asm/
Dhwrpb.h174 unsigned long sys_type; member