Searched defs:starfive_trng (Results 1 – 1 of 1) sorted by relevance
95 struct starfive_trng { struct96 struct device *dev;97 void __iomem *base;98 struct clk *hclk;99 struct clk *ahb;123 static inline int starfive_trng_wait_idle(struct starfive_trng *trng) in starfive_trng_wait_idle() argument