/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
dvo_ns2501.c | 216 u16 pll_b; /* PLL configuration, register B, 1C/1D */ member in struct:ns2501_configuration 243 .pll_b = 852, 263 .pll_b = 612, 282 .pll_b = 1350, 620 ns2501_writeb(dvo, NS2501_REG1C, conf->pll_b & 0xff); 621 ns2501_writeb(dvo, NS2501_REG1D, conf->pll_b >> 8);
|
dvo_ns2501.c | 216 u16 pll_b; /* PLL configuration, register B, 1C/1D */ member in struct:ns2501_configuration 243 .pll_b = 852, 263 .pll_b = 612, 282 .pll_b = 1350, 620 ns2501_writeb(dvo, NS2501_REG1C, conf->pll_b & 0xff); 621 ns2501_writeb(dvo, NS2501_REG1D, conf->pll_b >> 8);
|