Searched refs:sys_type (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/mips/lantiq/ |
H A D | prom.c | 41 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 D | prom.h | 20 unsigned char sys_type[LTQ_SYS_TYPE_LEN]; member
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | setup.c | 463 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/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()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | hwrpb.h | 174 unsigned long sys_type; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-add-new-option-eltorito-platform.patch | 300 char sys_type [ISODCL(5, 5)]; 322 + char sys_type [ISODCL(5, 5)];
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | bootmap.h | 468 uint8_t sys_type; member
|