Lines Matching refs:SDVOB
197 dump_reg(SDVOB, "Digital Display Port B Control Register");
202 OUTREG(SDVOB, dword);
217 dump_reg(SDVOB, "Digital Display Port B Control Register");
220 OUTREG(SDVOB, dword);
224 dump_reg(SDVOB, "Digital Display Port B Control Register");
271 dword = INREG(SDVOB);
272 printf("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE));
273 printf("SDVOB HDMI encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_HDMI));
274 printf("SDVOB SDVO encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_SDVO));
275 printf("SDVOB null packets\t\t\t%u\n", !!(dword & SDVO_NULL_PACKETS_DURING_VSYNC));
276 printf("SDVOB audio enabled\t\t\t%u\n", !!(dword & SDVO_AUDIO_ENABLE));
289 printf("PORT_HOTPLUG_EN SDVOB\t\t\t%ld\n", BIT(dword, 26)),