Searched defs:em_sti_priv (Results 1 – 1 of 1) sorted by relevance
37 struct em_sti_priv { struct38 void __iomem *base;39 struct clk *clk;40 struct platform_device *pdev;41 unsigned int active[USER_NR];65 static inline unsigned long em_sti_read(struct em_sti_priv *p, int offs) in em_sti_read() argument