Home
last modified time | relevance | path

Searched defs:ipu_soc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/ipu-v3/
H A Dipu-prv.h170 struct ipu_soc { struct
171 struct device *dev;
172 const struct ipu_devtype *devtype;
173 enum ipuv3_type ipu_type;
174 spinlock_t lock;
175 struct mutex channel_lock;
176 struct list_head channels;
178 void __iomem *cm_reg;
179 void __iomem *idmac_reg;
203 static inline u32 ipu_idmac_read(struct ipu_soc *ipu, unsigned offset) in ipu_idmac_read() argument