Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c93 u32 ipb_freq; member
403 clocks = period * (u64)gpt->ipb_freq; in mpc52xx_gpt_do_start()
504 do_div(period, gpt->ipb_freq); in mpc52xx_gpt_timer_period()
722 gpt->ipb_freq = mpc5xxx_get_bus_frequency(&ofdev->dev); in mpc52xx_gpt_probe()
/openbmc/linux/drivers/spi/
H A Dspi-mpc52xx.c69 unsigned int ipb_freq; member
180 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()
/openbmc/linux/drivers/ata/
H A Dpata_mpc52xx.c675 unsigned int ipb_freq; in mpc52xx_ata_probe() local
687 ipb_freq = mpc5xxx_get_bus_frequency(&op->dev); in mpc52xx_ata_probe()
688 if (!ipb_freq) { in mpc52xx_ata_probe()
747 priv->ipb_period = 1000000000 / (ipb_freq / 1000); in mpc52xx_ata_probe()
754 if (ipb_freq/1000000 == 66) { in mpc52xx_ata_probe()