Searched defs:venus_core (Results 1 – 1 of 1) sorted by relevance
153 struct venus_core { struct154 void __iomem *base;155 int irq;156 struct clk *clks[VIDC_CLKS_NUM_MAX];157 struct clk *vcodec0_clks[VIDC_VCODEC_CLKS_NUM_MAX];158 struct clk *vcodec1_clks[VIDC_VCODEC_CLKS_NUM_MAX];159 struct icc_path *video_path;160 struct icc_path *cpucfg_path;161 struct opp_table *opp_table;162 bool has_opp_table;[all …]