Deleted Added
sdiff udiff text old ( 31186 ) new ( 33025 )
full compact
1/*
2 * extensions to ioctl_meteor.h for the bt848 cards
3 */
4
5/*
6 * frequency sets
7 */
8#define CHNLSET_NABCST 1

--- 186 unchanged lines hidden (view full) ---

195
196/* Read/Write the BT848's I2C bus directly
197 * b7-b0: data (read/write)
198 * b15-b8: internal peripheral register (write)
199 * b23-b16: i2c addr (write)
200 * b31-b24: 1 = write, 0 = read
201 */
202#define BT848_I2CWR _IOWR('x', 57, u_long) /* i2c read-write */
203
204/* XXX - Copied from /sys/pci/brktree_reg.h */
205#define BT848_IFORM_FORMAT (0x7<<0)
206# define BT848_IFORM_F_RSVD (0x7)
207# define BT848_IFORM_F_SECAM (0x6)
208# define BT848_IFORM_F_PALN (0x5)
209# define BT848_IFORM_F_PALM (0x4)
210# define BT848_IFORM_F_PALBDGHI (0x3)
211# define BT848_IFORM_F_NTSCJ (0x2)
212# define BT848_IFORM_F_NTSCM (0x1)
213# define BT848_IFORM_F_AUTO (0x0)
214