Go to the source code of this file.
|
struct clk * | imx_clk_pllv1 (const char *name, const char *parent, void __iomem *base) |
|
struct clk * | imx_clk_pllv2 (const char *name, const char *parent, void __iomem *base) |
|
struct clk * | imx_clk_pllv3 (enum imx_pllv3_type type, const char *name, const char *parent_name, void __iomem *base, u32 gate_mask, u32 div_mask) |
|
struct clk * | clk_register_gate2 (struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 bit_idx, u8 clk_gate_flags, spinlock_t *lock) |
|
struct clk * | imx_clk_pfd (const char *name, const char *parent_name, void __iomem *reg, u8 idx) |
|
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) |
|
- Enumerator:
IMX_PLLV3_GENERIC |
|
IMX_PLLV3_SYS |
|
IMX_PLLV3_USB |
|
IMX_PLLV3_AV |
|
IMX_PLLV3_ENET |
|
IMX_PLLV3_MLB |
|
Definition at line 15 of file clk.h.