Go to the source code of this file.
|
struct clk * | mmp_clk_register_pll2 (const char *name, const char *parent_name, unsigned long flags) |
|
struct clk * | mmp_clk_register_apbc (const char *name, const char *parent_name, void __iomem *base, unsigned int delay, unsigned int apbc_flags, spinlock_t *lock) |
|
struct clk * | mmp_clk_register_apmu (const char *name, const char *parent_name, void __iomem *base, u32 enable_mask, spinlock_t *lock) |
|
struct clk * | mmp_clk_register_factor (const char *name, const char *parent_name, unsigned long flags, void __iomem *base, struct clk_factor_masks *masks, struct clk_factor_tbl *ftbl, unsigned int ftbl_cnt) |
|
#define APBC_NO_BUS_CTRL BIT(0) |
Definition at line 7 of file clk.h.
#define APBC_POWER_CTRL BIT(1) |
Definition at line 8 of file clk.h.