Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_mpc52xx.c674 unsigned int ipb_freq; in mpc52xx_ata_probe() local
686 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()
/linux/drivers/spi/
H A Dspi-mpc52xx.c70 unsigned int ipb_freq; member
181 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()