Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/mips/lantiq/
H A Dprom.c39 return soc_info.sys_type; in get_system_type()
103 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s", in prom_init()
105 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0'; in prom_init()
106 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
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsetup.c471 if ((long)hwrpb->sys_type < 0) { in setup_arch()
472 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch()
577 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
583 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
590 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch()
1169 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
/OK3568_Linux_fs/kernel/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 Drt288x.c99 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
H A Drt3883.c135 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()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dhwrpb.h174 unsigned long sys_type; member