Home
last modified time | relevance | path

Searched refs:soc_str (Results 1 – 2 of 2) sorted by relevance

/arch/mips/sibyte/bcm1480/
Dsetup.c43 static char *soc_str; variable
72 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm1x80_bcm1x55()
90 soc_str = "BCM1480"; in sys_rev_decode()
92 soc_str = "BCM1280"; in sys_rev_decode()
94 soc_str = "BCM1x80"; in sys_rev_decode()
100 soc_str = "BCM1455"; in sys_rev_decode()
102 soc_str = "BCM1255"; in sys_rev_decode()
104 soc_str = "BCM1x55"; in sys_rev_decode()
137 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in bcm1480_setup()
/arch/mips/sibyte/sb1250/
Dsetup.c39 static char *soc_str; variable
137 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm112x()
155 soc_str = "BCM1250"; in sys_rev_decode()
159 soc_str = "BCM1120"; in sys_rev_decode()
163 soc_str = "BCM1125"; in sys_rev_decode()
167 soc_str = "BCM1125H"; in sys_rev_decode()
199 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in sb1250_setup()