Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dsetup.c153 int plldiv; in sb1250_setup() local
166 plldiv = G_SYS_PLL_DIV(in64(IO_SPACE_BASE | A_SCD_SYSTEM_CFG)); in sb1250_setup()
167 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in sb1250_setup()