Home
last modified time | relevance | path

Searched defs:dpll_regs (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dclock.h90 struct dpll_regs { struct
102 extern const struct dpll_regs dpll_mpu_regs; argument
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dclock.c17 static void setup_post_dividers(const struct dpll_regs *dpll_regs, in setup_post_dividers()
33 static inline void do_lock_dpll(const struct dpll_regs *dpll_regs) in do_lock_dpll()
40 static inline void wait_for_lock(const struct dpll_regs *dpll_regs) in wait_for_lock()
50 static inline void do_bypass_dpll(const struct dpll_regs *dpll_regs) in do_bypass_dpll()
57 static inline void wait_for_bypass(const struct dpll_regs *dpll_regs) in wait_for_bypass()
66 static void bypass_dpll(const struct dpll_regs *dpll_regs) in bypass_dpll()
72 void do_setup_dpll(const struct dpll_regs *dpll_regs, in do_setup_dpll()
/external/u-boot/arch/arm/mach-omap2/
Dclocks-common.c75 struct dpll_regs *const dpll_regs = (struct dpll_regs *)base; in setup_post_dividers() local
102 struct dpll_regs *dpll_regs = (struct dpll_regs *)base; in do_bypass_dpll() local
112 struct dpll_regs *const dpll_regs = (struct dpll_regs *)base; in wait_for_bypass() local
122 struct dpll_regs *const dpll_regs = (struct dpll_regs *)base; in do_lock_dpll() local
131 struct dpll_regs *const dpll_regs = (struct dpll_regs *)base; in wait_for_lock() local
142 struct dpll_regs *const dpll_regs = (struct dpll_regs *)base; in check_for_lock() local
214 struct dpll_regs *const dpll_regs = (struct dpll_regs *)base; in do_setup_dpll() local
/external/u-boot/arch/arm/include/asm/
Domap_common.h502 struct dpll_regs { struct
503 u32 cm_clkmode_dpll;
504 u32 cm_idlest_dpll;
505 u32 cm_autoidle_dpll;
506 u32 cm_clksel_dpll;
507 u32 cm_div_m2_dpll;
508 u32 cm_div_m3_dpll;
509 u32 cm_div_m4_h11_dpll;
510 u32 cm_div_m5_h12_dpll;
511 u32 cm_div_m6_h13_dpll;
[all …]
/external/u-boot/board/siemens/pxm2/
Dboard.c372 static int get_clk(struct dpll_regs *dpll_regs) in get_clk()
/external/u-boot/board/siemens/rut/
Dboard.c356 static int get_clk(struct dpll_regs *dpll_regs) in get_clk()