Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds