Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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);
/openbmc/linux/drivers/video/fbdev/
H A Darkfb.c391 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 Ds3fb.c71 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 Dvt8623fb.c61 static const struct svga_pll vt8623_pll = {2, 127, 2, 7, 0, 3,
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c376 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll()