Searched refs:lsdc_device (Results 1 – 4 of 4) sorted by relevance
126 struct lsdc_device *ldev;149 struct lsdc_device *ldev;167 struct lsdc_device *ldev;265 struct lsdc_device { struct300 static inline struct lsdc_device *tdev_to_ldev(struct ttm_device *bdev) in tdev_to_ldev() argument302 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()[all …]
96 int lsdc_ttm_init(struct lsdc_device *ldev);97 void lsdc_ttm_debugfs_init(struct lsdc_device *ldev);
11 int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p);
176 struct lsdc_device *ldev = to_lsdc(ddev); in loongson_gfxpll_create()