Searched refs:sys_type (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/mips/lantiq/ |
D | prom.c | 47 return soc_info.sys_type; in get_system_type() 110 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init() 112 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init() 113 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
|
/linux-6.1.9/arch/alpha/kernel/ |
D | setup.c | 462 if ((long)hwrpb->sys_type < 0) { in setup_arch() 463 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch() 568 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch() 574 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch() 581 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch() 1154 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
|
/linux-6.1.9/arch/mips/ralink/ |
D | common.h | 13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
|
D | prom.c | 27 return soc_info.sys_type; in get_system_type()
|
D | rt288x.c | 79 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt3883.c | 92 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7621.c | 208 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt305x.c | 185 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7620.c | 369 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | hwrpb.h | 174 unsigned long sys_type; member
|