Lines Matching defs:BIT

54 #define BIT(reg, n)		BITS(reg, n, n)
176 if (BIT(1, 0) != 1)
178 if (BIT(0x80000000, 31) != 1)
286 printf("PORT_HOTPLUG_EN DisplayPort/HDMI port B\t%ld\n", BIT(dword, 29)),
287 printf("PORT_HOTPLUG_EN DisplayPort/HDMI port C\t%ld\n", BIT(dword, 28)),
288 printf("PORT_HOTPLUG_EN DisplayPort port D\t%ld\n", BIT(dword, 27)),
289 printf("PORT_HOTPLUG_EN SDVOB\t\t\t%ld\n", BIT(dword, 26)),
290 printf("PORT_HOTPLUG_EN SDVOC\t\t\t%ld\n", BIT(dword, 25)),
291 printf("PORT_HOTPLUG_EN audio\t\t\t%ld\n", BIT(dword, 24)),
292 printf("PORT_HOTPLUG_EN TV\t\t\t%ld\n", BIT(dword, 23)),
293 printf("PORT_HOTPLUG_EN CRT\t\t\t%ld\n", BIT(dword, 9)),
296 printf("VIDEO_DIP_CTL enable graphics DIP\t%ld\n", BIT(dword, 31)),
299 printf("VIDEO_DIP_CTL DIP buffer trans active\t%lu\n", BIT(dword, 28));
300 printf("VIDEO_DIP_CTL AVI DIP enabled\t\t%lu\n", BIT(dword, 21));
301 printf("VIDEO_DIP_CTL vendor DIP enabled\t%lu\n", BIT(dword, 22));
302 printf("VIDEO_DIP_CTL SPD DIP enabled\t\t%lu\n", BIT(dword, 24));
314 printf("AUD_CONFIG professional use allowed\t%lu\n", BIT(dword, 1));
315 printf("AUD_CONFIG fuse enabled\t\t\t%lu\n", BIT(dword, 0));
318 printf("AUD_DEBUG function reset\t\t%lu\n", BIT(dword, 0));
329 printf("AUD_FUNC_GRP unsol capable\t\t%lu\n", BIT(dword, 8));
333 printf("AUD_GRP_CAP beep 0\t\t\t%lu\n", BIT(dword, 16));
344 printf("AUD_SUPPWR support D0\t\t\t%lu\n", BIT(dword, 0));
345 printf("AUD_SUPPWR support D1\t\t\t%lu\n", BIT(dword, 1));
346 printf("AUD_SUPPWR support D2\t\t\t%lu\n", BIT(dword, 2));
347 printf("AUD_SUPPWR support D3\t\t\t%lu\n", BIT(dword, 3));
353 BITS(dword, 15, 13) * 2 + BIT(dword, 0) + 1);
354 printf("AUD_OUT_CWCAP L-R swap\t\t\t%lu\n", BIT(dword, 11));
355 printf("AUD_OUT_CWCAP power control\t\t%lu\n", BIT(dword, 10));
356 printf("AUD_OUT_CWCAP digital\t\t\t%lu\n", BIT(dword, 9));
357 printf("AUD_OUT_CWCAP conn list\t\t\t%lu\n", BIT(dword, 8));
358 printf("AUD_OUT_CWCAP unsol\t\t\t%lu\n", BIT(dword, 7));
359 printf("AUD_OUT_CWCAP mute\t\t\t%lu\n", BIT(dword, 5));
360 printf("AUD_OUT_CWCAP format override\t\t%lu\n", BIT(dword, 4));
361 printf("AUD_OUT_CWCAP amp param override\t%lu\n", BIT(dword, 3));
362 printf("AUD_OUT_CWCAP out amp present\t\t%lu\n", BIT(dword, 2));
363 printf("AUD_OUT_CWCAP in amp present\t\t%lu\n", BIT(dword, 1));
367 printf("AUD_OUT_DIG_CNVT SPDIF level\t\t%lu\n", BIT(dword, 7));
368 printf("AUD_OUT_DIG_CNVT professional\t\t%lu\n", BIT(dword, 6));
369 printf("AUD_OUT_DIG_CNVT non PCM\t\t%lu\n", BIT(dword, 5));
370 printf("AUD_OUT_DIG_CNVT copyright asserted\t%lu\n", BIT(dword, 4));
371 printf("AUD_OUT_DIG_CNVT filter preemphasis\t%lu\n", BIT(dword, 3));
372 printf("AUD_OUT_DIG_CNVT validity config\t%lu\n", BIT(dword, 2));
373 printf("AUD_OUT_DIG_CNVT validity flag\t\t%lu\n", BIT(dword, 1));
374 printf("AUD_OUT_DIG_CNVT digital enable\t\t%lu\n", BIT(dword, 0));
387 BITS(dword, 15, 13) * 2 + BIT(dword, 0));
388 printf("AUD_PINW_CAP HDCP\t\t\t%lu\n", BIT(dword, 12));
389 printf("AUD_PINW_CAP L-R swap\t\t\t%lu\n", BIT(dword, 11));
390 printf("AUD_PINW_CAP power control\t\t%lu\n", BIT(dword, 10));
391 printf("AUD_PINW_CAP digital\t\t\t%lu\n", BIT(dword, 9));
392 printf("AUD_PINW_CAP conn list\t\t\t%lu\n", BIT(dword, 8));
393 printf("AUD_PINW_CAP unsol\t\t\t%lu\n", BIT(dword, 7));
394 printf("AUD_PINW_CAP mute\t\t\t%lu\n", BIT(dword, 5));
395 printf("AUD_PINW_CAP format override\t\t%lu\n", BIT(dword, 4));
396 printf("AUD_PINW_CAP amp param override\t\t%lu\n", BIT(dword, 3));
397 printf("AUD_PINW_CAP out amp present\t\t%lu\n", BIT(dword, 2));
398 printf("AUD_PINW_CAP in amp present\t\t%lu\n", BIT(dword, 1));
402 printf("AUD_PIN_CAP EAPD\t\t\t%lu\n", BIT(dword, 16));
403 printf("AUD_PIN_CAP HDMI\t\t\t%lu\n", BIT(dword, 7));
404 printf("AUD_PIN_CAP output\t\t\t%lu\n", BIT(dword, 4));
405 printf("AUD_PIN_CAP presence detect\t\t%lu\n", BIT(dword, 2));
408 printf("AUD_PINW_CNTR mute status\t\t%lu\n", BIT(dword, 8));
409 printf("AUD_PINW_CNTR out enable\t\t%lu\n", BIT(dword, 6));
410 printf("AUD_PINW_CNTR amp mute status\t\t%lu\n", BIT(dword, 8));
411 printf("AUD_PINW_CNTR amp mute status\t\t%lu\n", BIT(dword, 8));
417 printf("AUD_PINW_UNSOLRESP enable unsol resp\t%lu\n", BIT(dword, 31));
420 printf("AUD_CNTL_ST DIP audio enabled\t\t%lu\n", BIT(dword, 21));
421 printf("AUD_CNTL_ST DIP ACP enabled\t\t%lu\n", BIT(dword, 22));
422 printf("AUD_CNTL_ST DIP ISRCx enabled\t\t%lu\n", BIT(dword, 23));
430 printf("AUD_CNTL_ST CP ready\t\t\t%lu\n", BIT(dword, 15));
431 printf("AUD_CNTL_ST ELD valid\t\t\t%lu\n", BIT(dword, 14));
432 printf("AUD_CNTL_ST ELD ack\t\t\t%lu\n", BIT(dword, 4));
437 printf("AUD_HDMIW_STATUS CDCLK/DOTCLK underrun\t%lu\n", BIT(dword, 31));
438 printf("AUD_HDMIW_STATUS CDCLK/DOTCLK overrun\t%lu\n", BIT(dword, 30));
439 printf("AUD_HDMIW_STATUS BCLK/CDCLK underrun\t%lu\n", BIT(dword, 29));
440 printf("AUD_HDMIW_STATUS BCLK/CDCLK overrun\t%lu\n", BIT(dword, 28));