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