Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/slab.h>
#include "clk.h"
Go to the source code of this file.
Data Structures | |
struct | clk_div |
Functions | |
struct clk * | mxs_clk_div (const char *name, const char *parent_name, void __iomem *reg, u8 shift, u8 width, u8 busy) |