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