ipb_freq           91 arch/powerpc/platforms/52xx/mpc52xx_gpt.c 	u32 ipb_freq;
ipb_freq          407 arch/powerpc/platforms/52xx/mpc52xx_gpt.c 	clocks = period * (u64)gpt->ipb_freq;
ipb_freq          508 arch/powerpc/platforms/52xx/mpc52xx_gpt.c 	do_div(period, (u64)gpt->ipb_freq);
ipb_freq          724 arch/powerpc/platforms/52xx/mpc52xx_gpt.c 	gpt->ipb_freq = mpc5xxx_get_bus_frequency(ofdev->dev.of_node);
ipb_freq          673 drivers/ata/pata_mpc52xx.c 	unsigned int ipb_freq;
ipb_freq          685 drivers/ata/pata_mpc52xx.c 	ipb_freq = mpc5xxx_get_bus_frequency(op->dev.of_node);
ipb_freq          686 drivers/ata/pata_mpc52xx.c 	if (!ipb_freq) {
ipb_freq          745 drivers/ata/pata_mpc52xx.c 	priv->ipb_period = 1000000000 / (ipb_freq / 1000);
ipb_freq          752 drivers/ata/pata_mpc52xx.c 	if (ipb_freq/1000000 == 66) {
ipb_freq           65 drivers/spi/spi-mpc52xx.c 	unsigned int ipb_freq;
ipb_freq          175 drivers/spi/spi-mpc52xx.c 	sppr = ((ms->ipb_freq / ms->message->spi->max_speed_hz) + 1) >> 1;
ipb_freq          435 drivers/spi/spi-mpc52xx.c 	ms->ipb_freq = mpc5xxx_get_bus_frequency(op->dev.of_node);