Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/ti/
Dclock.h84 struct ti_clk_mux { struct
121 struct ti_clk_mux *mux;
166 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup);
Dclk-3xxx-legacy.c92 static struct ti_clk_mux osc_sys_ck_data = {
396 static struct ti_clk_mux omap_96m_fck_data = {
583 static struct ti_clk_mux omap_48m_fck_data = {
643 static struct ti_clk_mux mcbsp2_mux_fck_data = {
816 static struct ti_clk_mux gpt2_mux_fck_data = {
955 static struct ti_clk_mux mcbsp3_mux_fck_data = {
999 static struct ti_clk_mux gpt9_mux_fck_data = {
1487 static struct ti_clk_mux omap_54m_fck_data = {
1508 static struct ti_clk_mux clkout2_src_mux_ck_data = {
1568 static struct ti_clk_mux gpt7_mux_fck_data = {
[all …]
Dmux.c150 struct ti_clk_mux *mux; in ti_clk_register_mux()
243 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup) in ti_clk_build_component_mux()