Lines Matching refs:norms
763 u32 value, norms; in tvaudio_thread_ddep() local
779 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()
785 norms = (0x11 << 2) | 0x01; in tvaudio_thread_ddep()
789 norms = (0x0f << 2) | 0x01; in tvaudio_thread_ddep()
793 norms = 0; in tvaudio_thread_ddep()
795 norms |= 0x04; in tvaudio_thread_ddep()
797 norms |= 0x20; in tvaudio_thread_ddep()
799 norms |= 0x08; in tvaudio_thread_ddep()
801 norms |= 0x40; in tvaudio_thread_ddep()
803 norms |= 0x10; in tvaudio_thread_ddep()
804 if (0 == norms) in tvaudio_thread_ddep()
805 norms = 0x7c; /* all */ in tvaudio_thread_ddep()
807 (norms & 0x04) ? " B/G" : "", in tvaudio_thread_ddep()
808 (norms & 0x08) ? " D/K" : "", in tvaudio_thread_ddep()
809 (norms & 0x10) ? " L/L'" : "", in tvaudio_thread_ddep()
810 (norms & 0x20) ? " I" : "", in tvaudio_thread_ddep()
811 (norms & 0x40) ? " M" : ""); in tvaudio_thread_ddep()
816 saa_dsp_writel(dev, 0x454 >> 2, norms | 0x80); in tvaudio_thread_ddep()