Home
last modified time | relevance | path

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

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