Searched refs:ipb_freq (Results 1 – 3 of 3) sorted by relevance
94 u32 ipb_freq; member404 clocks = period * (u64)gpt->ipb_freq; in mpc52xx_gpt_do_start()505 do_div(period, gpt->ipb_freq); in mpc52xx_gpt_timer_period()723 gpt->ipb_freq = mpc5xxx_get_bus_frequency(&ofdev->dev); in mpc52xx_gpt_probe()
69 unsigned int ipb_freq; member180 sppr = ((ms->ipb_freq / ms->message->spi->max_speed_hz) + 1) >> 1; in mpc52xx_spi_fsmstate_idle()442 ms->ipb_freq = mpc5xxx_get_bus_frequency(&op->dev); in mpc52xx_spi_probe()
674 unsigned int ipb_freq; in mpc52xx_ata_probe() local686 ipb_freq = mpc5xxx_get_bus_frequency(&op->dev); in mpc52xx_ata_probe()687 if (!ipb_freq) { in mpc52xx_ata_probe()746 priv->ipb_period = 1000000000 / (ipb_freq / 1000); in mpc52xx_ata_probe()753 if (ipb_freq/1000000 == 66) { in mpc52xx_ata_probe()
Completed in 10 milliseconds