Home
last modified time | relevance | path

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

/arch/mips/lantiq/
Dprom.c36 return soc_info.sys_type; in get_system_type()
91 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init()
93 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init()
94 pr_info("SoC: %s\n", soc_info.sys_type); in prom_init()
Dprom.h22 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
/arch/mips/ralink/
Dcommon.h15 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
Dprom.c30 return soc_info.sys_type; in get_system_type()
Drt288x.c101 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Drt3883.c135 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Drt305x.c252 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
Dmt7620.c574 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
/arch/alpha/kernel/
Dsetup.c531 if ((long)hwrpb->sys_type < 0) { in setup_arch()
532 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch()
637 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
643 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
650 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch()
1229 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
/arch/alpha/include/asm/
Dhwrpb.h173 unsigned long sys_type; member