Home
last modified time | relevance | path

Searched refs:zbbus_mhz (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/sibyte/bcm1480/
H A Dsetup.c27 unsigned int zbbus_mhz; variable
28 EXPORT_SYMBOL(zbbus_mhz);
121 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in bcm1480_setup()
124 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in bcm1480_setup()
/openbmc/linux/arch/mips/sibyte/sb1250/
H A Dsetup.c25 unsigned int zbbus_mhz; variable
26 EXPORT_SYMBOL(zbbus_mhz);
185 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in sb1250_setup()
188 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in sb1250_setup()
/openbmc/linux/arch/mips/include/asm/sibyte/
H A Dsb1250.h33 extern unsigned int zbbus_mhz;
/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c570 tb_period = zbbus_mhz * 10000LL; in sbprof_tb_init()