Searched defs:sun8i_ce_dev (Results 1 – 1 of 1) sorted by relevance
215 struct sun8i_ce_dev { struct216 void __iomem *base;217 struct clk *ceclks[CE_MAX_CLOCKS];218 struct reset_control *reset;219 struct device *dev;220 struct mutex mlock;221 struct mutex rnglock;222 struct sun8i_ce_flow *chanlist;223 atomic_t flow;224 const struct ce_variant *variant;[all …]