Searched refs:sys_type (Results 1 – 10 of 10) sorted by relevance
/linux/arch/alpha/kernel/ |
H A D | setup.c | 443 if ((long)hwrpb->sys_type < 0) { in setup_arch() 444 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch() 542 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch() 548 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch() 555 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch() 1070 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
|
/linux/arch/mips/lantiq/ |
H A D | prom.h | 20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
|
/linux/arch/mips/ralink/ |
H A D | common.h | 13 unsigned char sys_type[RAMIPS_SYS_TYPE_LEN]; member
|
H A D | prom.c | 25 return soc_info.sys_type; in get_system_type()
|
H A D | rt3883.c | 98 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
H A D | rt288x.c | 98 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
H A D | rt305x.c | 197 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
H A D | mt7621.c | 199 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
H A D | mt7620.c | 227 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
|
/linux/arch/alpha/include/asm/ |
H A D | hwrpb.h | 174 unsigned long sys_type; member
|