Searched refs:sys_type (Results 1 – 12 of 12) sorted by relevance
/arch/mips/pistachio/ |
D | init.c | 37 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/ |
D | prom.c | 33 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()
|
D | prom.h | 20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
|
/arch/mips/ralink/ |
D | common.h | 13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
|
D | prom.c | 28 return soc_info.sys_type; in get_system_type()
|
D | rt288x.c | 99 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt3883.c | 135 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7621.c | 191 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt305x.c | 259 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7620.c | 684 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
/arch/alpha/kernel/ |
D | setup.c | 470 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/ |
D | hwrpb.h | 174 unsigned long sys_type; member
|