Searched refs:norms (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-tvaudio.c | 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() [all …]
|
/linux-2.6.39/drivers/media/video/zoran/ |
D | zoran_card.c | 392 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM, 422 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM, 451 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM, 482 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM, 513 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM, 542 .norms = V4L2_STD_NTSC|V4L2_STD_PAL, 571 .norms = V4L2_STD_NTSC|V4L2_STD_PAL, 600 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM, 639 .norms = V4L2_STD_NTSC|V4L2_STD_PAL,
|
D | zoran.h | 251 v4l2_std_id norms; member
|
D | zoran_driver.c | 1439 if (!(norm & zr->card.norms)) { in zoran_set_norm()
|
/linux-2.6.39/Documentation/video4linux/ |
D | README.tlg2300 | 17 - Works for almost TV norms.
|
D | README.cx88 | 29 TV norms may or may not work.
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | do_func.S | 279 | Alias extended denorms to norms for the jump table.
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11546 # norms/denorms into ext/sgl/dbl precision. # 11547 # For norms/denorms, scale the exponents such that a multiply # 12041 # norms into extended, single, and double precision. # 12363 # norms/denorms into ext/sgl/dbl precision. # 12364 # For norms/denorms, scale the exponents such that a divide # 13325 # here. For norms, load the rounding mode/prec, execute a "fintrz", # 13328 # norms. Denorms are so low that the answer will either be a zero or a # 13434 # norms into extended, single, and double precision. # 13466 # ABSOLUTE VALUE: norms and denorms ONLY! 14658 # ADD: norms and denorms [all …]
|