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