Searched defs:r_tpu_priv (Results 1 – 1 of 1) sorted by relevance
39 struct r_tpu_priv { struct40 struct led_classdev ldev;41 void __iomem *mapbase;42 struct clk *clk;66 static inline unsigned short r_tpu_read(struct r_tpu_priv *p, int reg_nr) in r_tpu_read() argument