Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271941
b: refs/heads/master
c: 6493333
h: refs/heads/master
i:
  271939: 1a08513
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Mauro Carvalho Chehab committed Oct 8, 2011
1 parent 6d1899f commit c2b4b63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86caf8113800cf4e4eedbeac222f3daa0fb146b5
refs/heads/master: 64933337e3cb61ca555969a35ab68b477db34ee2
17 changes: 16 additions & 1 deletion trunk/drivers/media/video/tvp5150_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,22 @@

/* Reserved 1Fh-27h */

#define TVP5150_VIDEO_STD 0x28 /* Video standard */
#define VIDEO_STD_MASK (0x07 >> 1)
#define TVP5150_VIDEO_STD 0x28 /* Video standard */
#define VIDEO_STD_AUTO_SWITCH_BIT 0x00
#define VIDEO_STD_NTSC_MJ_BIT 0x02
#define VIDEO_STD_PAL_BDGHIN_BIT 0x04
#define VIDEO_STD_PAL_M_BIT 0x06
#define VIDEO_STD_PAL_COMBINATION_N_BIT 0x08
#define VIDEO_STD_NTSC_4_43_BIT 0x0a
#define VIDEO_STD_SECAM_BIT 0x0c

#define VIDEO_STD_NTSC_MJ_BIT_AS 0x01
#define VIDEO_STD_PAL_BDGHIN_BIT_AS 0x03
#define VIDEO_STD_PAL_M_BIT_AS 0x05
#define VIDEO_STD_PAL_COMBINATION_N_BIT_AS 0x07
#define VIDEO_STD_NTSC_4_43_BIT_AS 0x09
#define VIDEO_STD_SECAM_BIT_AS 0x0b

/* Reserved 29h-2bh */

Expand Down

0 comments on commit c2b4b63

Please sign in to comment.