HomeSort by: relevance | last modified time | path
    Searched refs:vbiinsert (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_reg.h 464 int vbiinsert; /* Position for next write into circular buffer */ member in struct:bktr_softc
bktr_core.c 585 bktr->vbiinsert = 0;
647 * vbiinsert is the point we insert data into the circular buffer
658 dest = (unsigned char *)bktr->vbibuffer + bktr->vbiinsert;
664 + bktr->vbiinsert
673 /* Increment the vbiinsert pointer */
675 bktr->vbiinsert += VBI_DATA_SIZE;
676 bktr->vbiinsert = (bktr->vbiinsert % VBI_BUFFER_SIZE);
1087 bktr->vbiinsert = 0;
1241 * vbiinsert is the position we will insert the next item into the buffe
    [all...]

Completed in 13 milliseconds