Changeset View
Changeset View
Standalone View
Standalone View
sys/arm/ti/clk/ti_clk_dpll.h
| Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | struct ti_clk_dpll_def { | ||||
| uint32_t ti_idlest_offset; | uint32_t ti_idlest_offset; | ||||
| uint32_t ti_clksel_offset; /* mult-div1 */ | uint32_t ti_clksel_offset; /* mult-div1 */ | ||||
| struct ti_clk_factor ti_clksel_mult; | struct ti_clk_factor ti_clksel_mult; | ||||
| struct ti_clk_factor ti_clksel_div; | struct ti_clk_factor ti_clksel_div; | ||||
| uint32_t ti_autoidle_offset; | uint32_t ti_autoidle_offset; | ||||
| uint32_t ti_ssc_deltam_offset; | |||||
| uint32_t ti_ssc_modfreq_offset; | |||||
| }; | }; | ||||
| int ti_clknode_dpll_register(struct clkdom *clkdom, struct ti_clk_dpll_def *clkdef); | int ti_clknode_dpll_register(struct clkdom *clkdom, struct ti_clk_dpll_def *clkdef); | ||||
| #endif /* _TI_DPLL_CLOCK_H_ */ | #endif /* _TI_DPLL_CLOCK_H_ */ | ||||