Searched refs:sys_type (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/mips/pistachio/ |
D | init.c | 40 const char *sys_type; in get_system_type() local 46 sys_type = "IMG Pistachio SoC (B0)"; in get_system_type() 50 sys_type = "IMG Pistachio SoC (A1)"; in get_system_type() 54 sys_type = "IMG Pistachio SoC"; in get_system_type() 58 return sys_type; in get_system_type()
|
/Linux-v4.19/arch/mips/lantiq/ |
D | prom.c | 41 return soc_info.sys_type; in get_system_type() 105 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init() 107 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init() 108 pr_info("SoC: %s\n", soc_info.sys_type); in prom_init()
|
D | prom.h | 22 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
|
/Linux-v4.19/arch/mips/ralink/ |
D | common.h | 15 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
|
D | prom.c | 30 return soc_info.sys_type; in get_system_type()
|
D | rt288x.c | 101 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt3883.c | 137 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7621.c | 207 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt305x.c | 256 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7620.c | 686 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | setup.c | 532 if ((long)hwrpb->sys_type < 0) { in setup_arch() 533 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch() 638 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch() 644 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch() 651 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch() 1231 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | hwrpb.h | 174 unsigned long sys_type; member
|