Home
last modified time | relevance | path

Searched refs:sys_type (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/pistachio/
H A 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()
/kernel/linux/linux-5.10/arch/mips/lantiq/
H A 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()
H A Dprom.h20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
/kernel/linux/linux-6.6/arch/mips/lantiq/
H A 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()
H A Dprom.h20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
/kernel/linux/linux-6.6/arch/mips/ralink/
H A Dcommon.h13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
H A Dprom.c25 return soc_info.sys_type; in get_system_type()
H A Drt3883.c98 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Drt288x.c98 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Dmt7621.c199 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Drt305x.c197 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Dmt7620.c227 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
/kernel/linux/linux-5.10/arch/mips/ralink/
H A Dcommon.h13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
H A Dprom.c28 return soc_info.sys_type; in get_system_type()
H A Drt3883.c135 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Drt288x.c99 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Dmt7621.c191 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Drt305x.c259 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Dmt7620.c684 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A 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()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dhwrpb.h174 unsigned long sys_type; member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dhwrpb.h174 unsigned long sys_type; member

Completed in 17 milliseconds