Home
last modified time | relevance | path

Searched refs:mgag200_pll (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_drv.h130 struct mgag200_pll;
150 int (*compute)(struct mgag200_pll *pll, long clock, struct mgag200_pll_values *pllc);
151 void (*update)(struct mgag200_pll *pll, const struct mgag200_pll_values *pllc);
154 struct mgag200_pll { struct
242 struct mgag200_pll pixpll;
262 int mgag200_pixpll_init(struct mgag200_pll *pixpll, struct mga_device *mdev);
Dmgag200_pll.c11 static int mgag200_pixpll_compute_g200(struct mgag200_pll *pixpll, long clock, in mgag200_pixpll_compute_g200()
83 mgag200_pixpll_update_g200(struct mgag200_pll *pixpll, const struct mgag200_pll_values *pixpllc) in mgag200_pixpll_update_g200()
114 static int mgag200_pixpll_compute_g200se_00(struct mgag200_pll *pixpll, long clock, in mgag200_pixpll_compute_g200se_00()
166 static void mgag200_pixpll_update_g200se_00(struct mgag200_pll *pixpll, in mgag200_pixpll_update_g200se_00()
189 static int mgag200_pixpll_compute_g200se_04(struct mgag200_pll *pixpll, long clock, in mgag200_pixpll_compute_g200se_04()
259 static void mgag200_pixpll_update_g200se_04(struct mgag200_pll *pixpll, in mgag200_pixpll_update_g200se_04()
300 static int mgag200_pixpll_compute_g200wb(struct mgag200_pll *pixpll, long clock, in mgag200_pixpll_compute_g200wb()
348 mgag200_pixpll_update_g200wb(struct mgag200_pll *pixpll, const struct mgag200_pll_values *pixpllc) in mgag200_pixpll_update_g200wb()
473 static int mgag200_pixpll_compute_g200ev(struct mgag200_pll *pixpll, long clock, in mgag200_pixpll_compute_g200ev()
521 mgag200_pixpll_update_g200ev(struct mgag200_pll *pixpll, const struct mgag200_pll_values *pixpllc) in mgag200_pixpll_update_g200ev()
[all …]
DMakefile2 mgag200-y := mgag200_drv.o mgag200_i2c.o mgag200_mm.o mgag200_mode.o mgag200_pll.o
Dmgag200_mode.c867 struct mgag200_pll *pixpll = &mdev->pixpll; in mgag200_simple_display_pipe_enable()
921 struct mgag200_pll *pixpll = &mdev->pixpll; in mgag200_simple_display_pipe_check()