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

/u-boot/drivers/video/
H A Dbroadwell_igd.c32 u32 dp_hotplug[3]; member in struct:broadwell_igd_plat
365 reg32 = (plat->dp_hotplug[0] & 0x7) << 2;
366 reg32 |= (plat->dp_hotplug[1] & 0x7) << 10;
367 reg32 |= (plat->dp_hotplug[2] & 0x7) << 18;
714 plat->dp_hotplug,
715 ARRAY_SIZE(plat->dp_hotplug)))
736 debug("dp_hotplug %d %d %d\n", plat->dp_hotplug[0], plat->dp_hotplug[1],
737 plat->dp_hotplug[
[all...]
H A Divybridge_igd.c490 u32 dp_hotplug[3]; local
492 if (fdtdec_get_int_array(blob, node, "intel,dp_hotplug",
493 dp_hotplug, ARRAY_SIZE(dp_hotplug)))
496 reg32 = (dp_hotplug[0] & 0x7) << 2;
497 reg32 |= (dp_hotplug[0] & 0x7) << 10;
498 reg32 |= (dp_hotplug[0] & 0x7) << 18;

Completed in 89 milliseconds