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