Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/ti/
Dclock.h93 struct ti_clk_divider { struct
120 struct ti_clk_divider *divider; argument
193 struct clk_hw *ti_clk_build_component_div(struct ti_clk_divider *setup);
Dclk-3xxx-legacy.c106 static struct ti_clk_divider sys_ck_data = {
156 static struct ti_clk_divider dpll3_m2_ck_data = {
183 static struct ti_clk_divider l3_ick_data = {
250 static struct ti_clk_divider l4_ick_data = {
328 static struct ti_clk_divider dpll4_m2_ck_data = {
529 static struct ti_clk_divider dpll5_m2_ck_data = {
707 static struct ti_clk_divider ssi_ssr_div_fck_3430es1_data = {
889 static struct ti_clk_divider dpll4_m5_ck_data = {
1019 static struct ti_clk_divider dpll3_m3_ck_data = {
1244 static struct ti_clk_divider dpll1_fck_data = {
[all …]
Ddivider.c296 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup()
353 struct clk_hw *ti_clk_build_component_div(struct ti_clk_divider *setup) in ti_clk_build_component_div()
384 struct ti_clk_divider *div; in ti_clk_register_divider()