Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/52xx/
Dmpc52xx_gpt.c91 u32 ipb_freq; member
407 clocks = period * (u64)gpt->ipb_freq; in mpc52xx_gpt_do_start()
508 do_div(period, (u64)gpt->ipb_freq); in mpc52xx_gpt_timer_period()
724 gpt->ipb_freq = mpc5xxx_get_bus_frequency(ofdev->dev.of_node); in mpc52xx_gpt_probe()
/Linux-v5.4/drivers/spi/
Dspi-mpc52xx.c65 unsigned int ipb_freq; member
175 sppr = ((ms->ipb_freq / ms->message->spi->max_speed_hz) + 1) >> 1; in mpc52xx_spi_fsmstate_idle()
435 ms->ipb_freq = mpc5xxx_get_bus_frequency(op->dev.of_node); in mpc52xx_spi_probe()
/Linux-v5.4/drivers/ata/
Dpata_mpc52xx.c673 unsigned int ipb_freq; in mpc52xx_ata_probe() local
685 ipb_freq = mpc5xxx_get_bus_frequency(op->dev.of_node); in mpc52xx_ata_probe()
686 if (!ipb_freq) { in mpc52xx_ata_probe()
745 priv->ipb_period = 1000000000 / (ipb_freq / 1000); in mpc52xx_ata_probe()
752 if (ipb_freq/1000000 == 66) { in mpc52xx_ata_probe()