#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <linux/err.h>
#include "clk.h"
Go to the source code of this file.
|
struct clk * | imx_clk_busy_divider (const char *name, const char *parent_name, void __iomem *reg, u8 shift, u8 width, void __iomem *busy_reg, u8 busy_shift) |
|
struct clk * | imx_clk_busy_mux (const char *name, void __iomem *reg, u8 shift, u8 width, void __iomem *busy_reg, u8 busy_shift, const char **parent_names, int num_parents) |
|
Initial value:= {
.get_parent = clk_busy_mux_get_parent,
.set_parent = clk_busy_mux_set_parent,
}
Definition at line 150 of file clk-busy.c.