Home
last modified time | relevance | path

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

/drivers/clk/ti/
Dclk.c39 struct ti_clk_features ti_clk_features; variable
450 void __init ti_clk_setup_features(struct ti_clk_features *features) in ti_clk_setup_features()
452 memcpy(&ti_clk_features, features, sizeof(*features)); in ti_clk_setup_features()
461 const struct ti_clk_features *ti_clk_get_features(void) in ti_clk_get_features()
463 return &ti_clk_features; in ti_clk_get_features()
Dclock.h255 extern struct ti_clk_features ti_clk_features;
Dclkctrl.c519 ti_clk_features.flags |= TI_CLK_CLKCTRL_COMPAT; in _ti_omap4_clkctrl_setup()