Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/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 Drt305x.c197 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 Dmt7620.c227 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c463 if ((long)hwrpb->sys_type < 0) { in setup_arch()
464 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch()
569 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
575 vec = get_sysvec(hwrpb->sys_type, hwrpb->sys_variation, in setup_arch()
582 hwrpb->sys_type, hwrpb->sys_variation); in setup_arch()
1155 get_sysnames(hwrpb->sys_type, hwrpb->sys_variation, in show_cpuinfo()
/openbmc/linux/arch/alpha/include/asm/
H A Dhwrpb.h174 unsigned long sys_type; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-add-new-option-eltorito-platform.patch300 char sys_type [ISODCL(5, 5)];
322 + char sys_type [ISODCL(5, 5)];
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h472 uint8_t sys_type; member