Searched refs:soc_str (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/sibyte/bcm1480/ |
H A D | setup.c | 32 static char *soc_str; variable 59 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm1x80_bcm1x55() 77 soc_str = "BCM1480"; in sys_rev_decode() 79 soc_str = "BCM1280"; in sys_rev_decode() 81 soc_str = "BCM1x80"; in sys_rev_decode() 87 soc_str = "BCM1455"; in sys_rev_decode() 89 soc_str = "BCM1255"; in sys_rev_decode() 91 soc_str = "BCM1x55"; in sys_rev_decode() 124 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in bcm1480_setup()
|
/openbmc/linux/arch/mips/sibyte/sb1250/ |
H A D | setup.c | 28 static char *soc_str; variable 126 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm112x() 144 soc_str = "BCM1250"; in sys_rev_decode() 148 soc_str = "BCM1120"; in sys_rev_decode() 152 soc_str = "BCM1125"; in sys_rev_decode() 156 soc_str = "BCM1125H"; in sys_rev_decode() 188 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in sb1250_setup()
|