Lines Matching refs:lsdc_device
126 struct lsdc_device *ldev;
149 struct lsdc_device *ldev;
167 struct lsdc_device *ldev;
265 struct lsdc_device { struct
300 static inline struct lsdc_device *tdev_to_ldev(struct ttm_device *bdev) in tdev_to_ldev() argument
302 return container_of(bdev, struct lsdc_device, bdev); in tdev_to_ldev()
305 static inline struct lsdc_device *to_lsdc(struct drm_device *ddev) in to_lsdc()
307 return container_of(ddev, struct lsdc_device, base); in to_lsdc()
346 static inline u32 lsdc_rreg32(struct lsdc_device *ldev, u32 offset) in lsdc_rreg32()
351 static inline void lsdc_wreg32(struct lsdc_device *ldev, u32 offset, u32 val) in lsdc_wreg32()
356 static inline void lsdc_ureg32_set(struct lsdc_device *ldev, in lsdc_ureg32_set()
366 static inline void lsdc_ureg32_clr(struct lsdc_device *ldev, in lsdc_ureg32_clr()
376 static inline u32 lsdc_pipe_rreg32(struct lsdc_device *ldev, in lsdc_pipe_rreg32()
382 static inline void lsdc_pipe_wreg32(struct lsdc_device *ldev, in lsdc_pipe_wreg32()