Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 700 → Rev 701

/shark/trunk/drivers/bttv/bttv-driver.c
3338,6 → 3338,7
btv=(struct bttv *)dev_id;
count=0;
while (1) {
 
/* get/clear interrupt status bits */
stat=btread(BT848_INT_STAT);
astat=stat&btread(BT848_INT_MASK);
/shark/trunk/drivers/bttv/bttv-cards.c
2872,7 → 2872,7
*/
int val;
 
pll[btv->nr] = 28;
pll[btv->nr] = 0;
 
/* Initialise GPIO-connevted stuff */
btwrite(1<<13,BT848_GPIO_OUT_EN); /* Reset pin only */