Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mpc5xxx_clocks.c File Reference
#include <linux/kernel.h>
#include <linux/of_platform.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

unsigned int mpc5xxx_get_bus_frequency (struct device_node *node)
 
 EXPORT_SYMBOL (mpc5xxx_get_bus_frequency)
 

Function Documentation

EXPORT_SYMBOL ( mpc5xxx_get_bus_frequency  )
unsigned int mpc5xxx_get_bus_frequency ( struct device_node node)

mpc5xxx_get_bus_frequency - Find the bus frequency for a device : device node

Returns bus frequency (IPS on MPC512x, IPB on MPC52xx), or 0 if the bus frequency cannot be found.

Definition at line 14 of file mpc5xxx_clocks.c.