Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/lantiq/
Dprom.c41 return soc_info.sys_type; in get_system_type()
104 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init()
106 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init()
107 pr_info("SoC: %s\n", soc_info.sys_type); in prom_init()
Dprom.h20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
/linux-6.6.21/arch/alpha/kernel/
Dsetup.c461 if ((long)hwrpb->sys_type < 0) { in setup_arch()
462 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch()
567 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
573 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
580 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch()
1153 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
/linux-6.6.21/arch/mips/ralink/
Dcommon.h13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
Dprom.c25 return soc_info.sys_type; in get_system_type()
Drt3883.c98 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Drt288x.c98 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Drt305x.c197 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Dmt7621.c199 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Dmt7620.c227 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
/linux-6.6.21/arch/alpha/include/asm/
Dhwrpb.h174 unsigned long sys_type; member