Home
last modified time | relevance | path

Searched refs:lsdc_pixpll (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.h49 struct lsdc_pixpll;
52 int (*setup)(struct lsdc_pixpll * const this);
54 int (*compute)(struct lsdc_pixpll * const this,
58 int (*update)(struct lsdc_pixpll * const this,
61 unsigned int (*get_rate)(struct lsdc_pixpll * const this);
63 void (*print)(struct lsdc_pixpll * const this,
67 struct lsdc_pixpll { struct
82 int lsdc_pixpll_init(struct lsdc_pixpll * const this, argument
H A Dlsdc_pixpll.c104 struct lsdc_pixpll *this = (struct lsdc_pixpll *)data; in lsdc_pixel_pll_free()
118 static int lsdc_pixel_pll_setup(struct lsdc_pixpll * const this) in lsdc_pixel_pll_setup()
149 static int lsdc_pixpll_find(struct lsdc_pixpll * const this, in lsdc_pixpll_find()
251 static void __pixpll_rreg(struct lsdc_pixpll *this, in __pixpll_rreg()
262 static void __pixpll_wreg(struct lsdc_pixpll *this, in __pixpll_wreg()
295 static void __pixpll_ops_on(struct lsdc_pixpll * const this) in __pixpll_ops_on()
306 static void __pixpll_ops_off(struct lsdc_pixpll * const this) in __pixpll_ops_off()
317 static void __pixpll_ops_bypass(struct lsdc_pixpll * const this) in __pixpll_ops_bypass()
400 static int lsdc_pixpll_update(struct lsdc_pixpll * const this, in lsdc_pixpll_update()
445 static void lsdc_pixpll_print(struct lsdc_pixpll * const this, in lsdc_pixpll_print()
[all …]
H A DMakefile15 lsdc_pixpll.o \
H A Dlsdc_crtc.c575 struct lsdc_pixpll *pixpll = &lcrtc->pixpll; in lsdc_pixpll_show_clock()
777 struct lsdc_pixpll *pixpll = &lcrtc->pixpll; in lsdc_pixpll_atomic_check()
808 struct lsdc_pixpll *pixpll = &lcrtc->pixpll; in lsdc_crtc_mode_set_nofb()
H A Dlsdc_drv.h125 struct lsdc_pixpll pixpll;