Searched defs:dss_device (Results 1 – 2 of 2) sorted by relevance
235 struct dss_device { struct236 struct platform_device *pdev;237 void __iomem *base;238 struct regmap *syscon_pll_ctrl;239 u32 syscon_pll_ctrl_offset;241 struct clk *parent_clk;242 struct clk *dss_clk;243 unsigned long dss_clk_rate;245 unsigned long cache_req_pck;246 unsigned long cache_prate;[all …]
25 static struct dss_device *dss_device; variable