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