Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Dcsrc-bcm1480.c40 unsigned int plldiv; in sb1480_clocksource_init() local
43 plldiv = G_BCM1480_SYS_PLL_DIV(__raw_readq(IOADDR(A_SCD_SYSTEM_CFG))); in sb1480_clocksource_init()
44 zbbus = ((plldiv >> 1) * 50000000) + ((plldiv & 1) * 25000000); in sb1480_clocksource_init()
/arch/mips/sibyte/bcm1480/
A Dsetup.c107 int plldiv; in bcm1480_setup() local
120 plldiv = G_BCM1480_SYS_PLL_DIV(__raw_readq(IOADDR(A_SCD_SYSTEM_CFG))); in bcm1480_setup()
121 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in bcm1480_setup()
/arch/mips/sibyte/sb1250/
A Dsetup.c171 int plldiv; in sb1250_setup() local
184 plldiv = G_SYS_PLL_DIV(__raw_readq(IOADDR(A_SCD_SYSTEM_CFG))); in sb1250_setup()
185 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in sb1250_setup()

Completed in 6 milliseconds