Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137798
b: refs/heads/master
c: 9a90944
h: refs/heads/master
v: v3
  • Loading branch information
Hans Werner authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 6fabbe1 commit 49e6f4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 784e29d2031b535637f65a8b81fb0871c7c51b3f
refs/heads/master: 9a909447d3af6917bf2f7eaae08af0c9e1c3593e
16 changes: 8 additions & 8 deletions trunk/drivers/media/dvb/frontends/lnbp21.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
#define _LNBP21_H

/* system register bits */
#define LNBP21_OLF 0x01
#define LNBP21_OTF 0x02
#define LNBP21_EN 0x04
#define LNBP21_VSEL 0x08
#define LNBP21_LLC 0x10
#define LNBP21_TEN 0x20
#define LNBP21_ISEL 0x40
#define LNBP21_PCL 0x80
#define LNBP21_OLF 0x01 /* [R-only] 0=OK; 1=over current limit flag*/
#define LNBP21_OTF 0x02 /* [R-only] 0=OK; 1=over temperature flag (150degC typ) */
#define LNBP21_EN 0x04 /* [RW] 0=disable LNB power, enable loopthrough; 1=enable LNB power, disable loopthrough*/
#define LNBP21_VSEL 0x08 /* [RW] 0=low voltage (13/14V, vert pol); 1=high voltage (18/19V,horiz pol) */
#define LNBP21_LLC 0x10 /* [RW] increase LNB voltage by 1V: 0=13/18V; 1=14/19V */
#define LNBP21_TEN 0x20 /* [RW] 0=tone controlled by DSQIN pin; 1=tone enable, disable DSQIN */
#define LNBP21_ISEL 0x40 /* [RW] current limit select 0:Iout=500-650mA,Isc=300mA ; 1:Iout=400-550mA,Isc=200mA*/
#define LNBP21_PCL 0x80 /* [RW] short-circuit prot: 0=pulsed (dynamic) curr limiting; 1=static curr limiting*/

#include <linux/dvb/frontend.h>

Expand Down

0 comments on commit 49e6f4d

Please sign in to comment.