Searched refs:opb_freq (Results 1 – 2 of 2) sorted by relevance
313 unsigned int processor_freq, plb_freq, opb_freq; in opb_get_frequency_405gp() local320 opb_freq = plb_freq / CPC0_PLLMR_OPDV(pllmr); in opb_get_frequency_405gp()322 return opb_freq; in opb_get_frequency_405gp()329 unsigned int processor_freq, plb_freq, opb_freq; in opb_get_frequency_405ex() local335 opb_freq = plb_freq / CPR0_OPBDV0(mfcpr(DCR_CPR0_OPBD)); in opb_get_frequency_405ex()337 return opb_freq; in opb_get_frequency_405ex()
346 int error, i, nseg, opb_freq, opbc, mii_phy = MII_PHY_ANY; in emac_attach() local457 opb_freq = opb_get_frequency(); in emac_attach()458 switch (opb_freq) { in emac_attach()466 if (opb_freq > 100000000) { in emac_attach()471 opb_freq / 1000 / 1000); in emac_attach()