Searched refs:pll_b (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c211 u16 pll_b; /* PLL configuration, register B, 1C/1D */ member in struct:ns2501_configuration
238 .pll_b = 852,
258 .pll_b = 612,
277 .pll_b = 1350,
615 ns2501_writeb(dvo, NS2501_REG1C, conf->pll_b & 0xff);
616 ns2501_writeb(dvo, NS2501_REG1D, conf->pll_b >> 8);

Completed in 84 milliseconds