Searched refs:cap_ctl (Results 1 – 2 of 2) sorted by relevance
458 btv->cap_ctl = 0; in bttv_set_dma()459 if (NULL != btv->curr.top) btv->cap_ctl |= 0x02; in bttv_set_dma()460 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma()461 if (NULL != btv->cvbi) btv->cap_ctl |= 0x0c; 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()
465 unsigned long cap_ctl; member