Home
last modified time | relevance | path

Searched refs:ti_clk_divider (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/clk/ti/
Dclock.h93 struct ti_clk_divider { struct
120 struct ti_clk_divider *divider; argument
164 struct clk_hw *ti_clk_build_component_div(struct ti_clk_divider *setup);
Dclk-3xxx-legacy.c105 static struct ti_clk_divider sys_ck_data = {
155 static struct ti_clk_divider dpll3_m2_ck_data = {
182 static struct ti_clk_divider l3_ick_data = {
249 static struct ti_clk_divider l4_ick_data = {
327 static struct ti_clk_divider dpll4_m2_ck_data = {
528 static struct ti_clk_divider dpll5_m2_ck_data = {
706 static struct ti_clk_divider ssi_ssr_div_fck_3430es1_data = {
888 static struct ti_clk_divider dpll4_m5_ck_data = {
1018 static struct ti_clk_divider dpll3_m3_ck_data = {
1243 static struct ti_clk_divider dpll1_fck_data = {
[all …]
Ddivider.c305 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup()
362 struct clk_hw *ti_clk_build_component_div(struct ti_clk_divider *setup) in ti_clk_build_component_div()
393 struct ti_clk_divider *div; in ti_clk_register_divider()