Searched defs:ipu_soc (Results 1 – 1 of 1) sorted by relevance
174 struct ipu_soc { struct175 struct device *dev;176 const struct ipu_devtype *devtype;177 enum ipuv3_type ipu_type;178 spinlock_t lock;179 struct mutex channel_lock;181 void __iomem *cm_reg;182 void __iomem *idmac_reg;207 static inline u32 ipu_idmac_read(struct ipu_soc *ipu, unsigned offset) in ipu_idmac_read() argument