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

/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c438 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) function
602 ns2501_writeb(dvo, regs_init[i].offset, regs_init[i].value);
606 ns2501_writeb(dvo, mode_agnostic_values[i].offset,
613 ns2501_writeb(dvo, NS2501_REG8, conf->conf);
614 ns2501_writeb(dvo, NS2501_REG1B, conf->pll_a);
615 ns2501_writeb(dvo, NS2501_REG1C, conf->pll_b & 0xff);
616 ns2501_writeb(dvo, NS2501_REG1D, conf->pll_b >> 8);
617 ns2501_writeb(dvo, NS2501_REGC1, conf->hstart & 0xff);
618 ns2501_writeb(dvo, NS2501_REGC2, conf->hstart >> 8);
619 ns2501_writeb(dv
[all...]

Completed in 254 milliseconds