Searched refs:capctl (Results 1 – 1 of 1) sorted by relevance
456 int capctl; in bttv_set_dma() local463 capctl = 0; in bttv_set_dma()464 capctl |= (btv->cap_ctl & 0x03) ? 0x03 : 0x00; /* capture */ in bttv_set_dma()465 capctl |= (btv->cap_ctl & 0x0c) ? 0x0c : 0x00; /* vbi data */ in bttv_set_dma()466 capctl |= override; in bttv_set_dma()469 btv->c.nr,capctl,btv->loop_irq, in bttv_set_dma()488 btaor(capctl, ~0x0f, BT848_CAP_CTL); in bttv_set_dma()489 if (capctl) { in bttv_set_dma()