Searched refs:soc_str (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mips/sibyte/bcm1480/ |
D | setup.c | 44 static char *soc_str; variable 73 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm1x80_bcm1x55() 91 soc_str = "BCM1480"; in sys_rev_decode() 93 soc_str = "BCM1280"; in sys_rev_decode() 95 soc_str = "BCM1x80"; in sys_rev_decode() 101 soc_str = "BCM1455"; in sys_rev_decode() 103 soc_str = "BCM1255"; in sys_rev_decode() 105 soc_str = "BCM1x55"; in sys_rev_decode() 138 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in bcm1480_setup()
|
/linux-4.1.27/arch/mips/sibyte/sb1250/ |
D | setup.c | 40 static char *soc_str; variable 138 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm112x() 156 soc_str = "BCM1250"; in sys_rev_decode() 160 soc_str = "BCM1120"; in sys_rev_decode() 164 soc_str = "BCM1125"; in sys_rev_decode() 168 soc_str = "BCM1125H"; in sys_rev_decode() 200 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in sb1250_setup()
|