Lines Matching refs:norms
774 u32 value, norms; in tvaudio_thread_ddep() local
789 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()
794 norms = (0x11 << 2) | 0x01; in tvaudio_thread_ddep()
797 norms = (0x0f << 2) | 0x01; in tvaudio_thread_ddep()
801 norms = 0; in tvaudio_thread_ddep()
803 norms |= 0x04; in tvaudio_thread_ddep()
805 norms |= 0x20; in tvaudio_thread_ddep()
807 norms |= 0x08; in tvaudio_thread_ddep()
809 norms |= 0x40; in tvaudio_thread_ddep()
811 norms |= 0x10; in tvaudio_thread_ddep()
812 if (0 == norms) in tvaudio_thread_ddep()
813 norms = 0x7c; /* all */ in tvaudio_thread_ddep()
815 (norms & 0x04) ? " B/G" : "", in tvaudio_thread_ddep()
816 (norms & 0x08) ? " D/K" : "", in tvaudio_thread_ddep()
817 (norms & 0x10) ? " L/L'" : "", in tvaudio_thread_ddep()
818 (norms & 0x20) ? " I" : "", in tvaudio_thread_ddep()
819 (norms & 0x40) ? " M" : ""); in tvaudio_thread_ddep()
824 saa_dsp_writel(dev, 0x454 >> 2, norms | 0x80); in tvaudio_thread_ddep()