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

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

Completed in 122 milliseconds