Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-prv.h178 struct ipu_soc { struct
179 struct device *dev;
180 const struct ipu_devtype *devtype;
181 enum ipuv3_type ipu_type;
182 spinlock_t lock;
183 struct mutex channel_lock;
184 struct list_head channels;
186 void __iomem *cm_reg;
187 void __iomem *idmac_reg;
211 static inline u32 ipu_idmac_read(struct ipu_soc *ipu, unsigned offset) in ipu_idmac_read() argument