Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsvga.h56 struct svga_pll { struct
118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);
/kernel/linux/linux-5.10/drivers/video/fbdev/
Darkfb.c398 static const struct svga_pll ics5342_pll = {3, 129, 3, 33, 0, 3,
402 static const struct svga_pll ics5342_pll_pd4 = {3, 129, 3, 33, 2, 2,
Ds3fb.c70 static const struct svga_pll s3_pll = {3, 129, 3, 33, 0, 3,
72 static const struct svga_pll s3_trio3d_pll = {3, 129, 3, 31, 0, 4,
Dvt8623fb.c60 static const struct svga_pll vt8623_pll = {2, 127, 2, 7, 0, 3,
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dsvgalib.c381 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll()