Lines Matching refs:norms
776 u32 value, norms; in tvaudio_thread_ddep() local
792 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()
798 norms = (0x11 << 2) | 0x01; in tvaudio_thread_ddep()
802 norms = (0x0f << 2) | 0x01; in tvaudio_thread_ddep()
806 norms = 0; in tvaudio_thread_ddep()
808 norms |= 0x04; in tvaudio_thread_ddep()
810 norms |= 0x20; in tvaudio_thread_ddep()
812 norms |= 0x08; in tvaudio_thread_ddep()
814 norms |= 0x40; in tvaudio_thread_ddep()
816 norms |= 0x10; in tvaudio_thread_ddep()
817 if (0 == norms) in tvaudio_thread_ddep()
818 norms = 0x7c; /* all */ in tvaudio_thread_ddep()
820 (norms & 0x04) ? " B/G" : "", in tvaudio_thread_ddep()
821 (norms & 0x08) ? " D/K" : "", in tvaudio_thread_ddep()
822 (norms & 0x10) ? " L/L'" : "", in tvaudio_thread_ddep()
823 (norms & 0x20) ? " I" : "", in tvaudio_thread_ddep()
824 (norms & 0x40) ? " M" : ""); in tvaudio_thread_ddep()
829 saa_dsp_writel(dev, 0x454 >> 2, norms | 0x80); in tvaudio_thread_ddep()