Searched refs:capctl (Results 1 – 1 of 1) sorted by relevance
464 int capctl; in bttv_set_dma() local471 capctl = 0; in bttv_set_dma()472 capctl |= (btv->cap_ctl & 0x03) ? 0x03 : 0x00; /* capture */ in bttv_set_dma()473 capctl |= (btv->cap_ctl & 0x0c) ? 0x0c : 0x00; /* vbi data */ in bttv_set_dma()474 capctl |= override; in bttv_set_dma()478 btv->c.nr,capctl,btv->loop_irq, in bttv_set_dma()497 btaor(capctl, ~0x0f, BT848_CAP_CTL); in bttv_set_dma()498 if (capctl) { in bttv_set_dma()