Searched refs:svga_pll (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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);
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | arkfb.c | 391 static const struct svga_pll ics5342_pll = {3, 129, 3, 33, 0, 3, 395 static const struct svga_pll ics5342_pll_pd4 = {3, 129, 3, 33, 2, 2,
|
H A D | s3fb.c | 71 static const struct svga_pll s3_pll = {3, 129, 3, 33, 0, 3, 73 static const struct svga_pll s3_trio3d_pll = {3, 129, 3, 31, 0, 4,
|
H A D | vt8623fb.c | 61 static const struct svga_pll vt8623_pll = {2, 127, 2, 7, 0, 3,
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | svgalib.c | 376 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll()
|