Home
last modified time | relevance | path

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

/drivers/clk/ti/
Dclk-3xxx-legacy.c93 static struct ti_clk_mux osc_sys_ck_data = {
397 static struct ti_clk_mux omap_96m_fck_data = {
584 static struct ti_clk_mux omap_48m_fck_data = {
644 static struct ti_clk_mux mcbsp2_mux_fck_data = {
817 static struct ti_clk_mux gpt2_mux_fck_data = {
956 static struct ti_clk_mux mcbsp3_mux_fck_data = {
1000 static struct ti_clk_mux gpt9_mux_fck_data = {
1488 static struct ti_clk_mux omap_54m_fck_data = {
1509 static struct ti_clk_mux clkout2_src_mux_ck_data = {
1569 static struct ti_clk_mux gpt7_mux_fck_data = {
[all …]
Dclock.h84 struct ti_clk_mux { struct
121 struct ti_clk_mux *mux;
195 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup);
Dmux.c142 struct ti_clk_mux *mux; in ti_clk_register_mux()
232 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup) in ti_clk_build_component_mux()