Home
last modified time | relevance | path

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

/arch/mips/sibyte/bcm1480/
Dsetup.c39 unsigned int zbbus_mhz; variable
40 EXPORT_SYMBOL(zbbus_mhz);
135 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in bcm1480_setup()
138 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in bcm1480_setup()
/arch/mips/sibyte/sb1250/
Dsetup.c37 unsigned int zbbus_mhz; variable
38 EXPORT_SYMBOL(zbbus_mhz);
197 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in sb1250_setup()
200 soc_str, pass_str, zbbus_mhz * 2, sb1_pass); in sb1250_setup()
/arch/mips/include/asm/sibyte/
Dsb1250.h46 extern unsigned int zbbus_mhz;
/arch/mips/sibyte/common/
Dsb_tbprof.c582 tb_period = zbbus_mhz * 10000LL; in sbprof_tb_init()