Home
last modified time | relevance | path

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

/arch/mips/sibyte/bcm1480/
Dsetup.c45 static char *soc_str; variable
74 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm1x80_bcm1x55()
92 soc_str = "BCM1480"; in sys_rev_decode()
94 soc_str = "BCM1280"; in sys_rev_decode()
96 soc_str = "BCM1x80"; in sys_rev_decode()
102 soc_str = "BCM1455"; in sys_rev_decode()
104 soc_str = "BCM1255"; in sys_rev_decode()
106 soc_str = "BCM1x55"; in sys_rev_decode()
139 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in bcm1480_setup()
/arch/mips/sibyte/sb1250/
Dsetup.c41 static char *soc_str; variable
139 printk("Unknown %s rev %x\n", soc_str, soc_pass); in setup_bcm112x()
157 soc_str = "BCM1250"; in sys_rev_decode()
161 soc_str = "BCM1120"; in sys_rev_decode()
165 soc_str = "BCM1125"; in sys_rev_decode()
169 soc_str = "BCM1125H"; in sys_rev_decode()
201 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in sb1250_setup()