Searched refs:sys_type (Results 1 – 10 of 10) sorted by relevance
/arch/mips/lantiq/ |
D | prom.c | 36 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()
|
D | prom.h | 22 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
|
/arch/mips/ralink/ |
D | common.h | 15 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
|
D | prom.c | 30 return soc_info.sys_type; in get_system_type()
|
D | rt288x.c | 101 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt3883.c | 135 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | rt305x.c | 252 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
D | mt7620.c | 574 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
/arch/alpha/kernel/ |
D | setup.c | 531 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/ |
D | hwrpb.h | 173 unsigned long sys_type; member
|