Searched refs:svga_pll (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | svga.h | 56 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/ |
D | arkfb.c | 398 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,
|
D | s3fb.c | 70 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,
|
D | vt8623fb.c | 60 static const struct svga_pll vt8623_pll = {2, 127, 2, 7, 0, 3,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | svgalib.c | 381 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll()
|