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

  /src/sys/arch/arm/at91/
at91pdcvar.h 57 int f_length; /* number of bytes in fifo */ member in struct:at91pdc_fifo
67 return fifo->f_length == 0;
72 return fifo->f_length >= fifo->f_buf_size;
77 return fifo->f_buf_size - fifo->f_length;
88 fifo->f_ndx = fifo->f_length = 0;
162 fifo->f_length += cc;
173 fifo->f_length += cc;
180 if (fifo->f_length <= 0) {
184 if (contig_bytes > fifo->f_length)
185 contig_bytes = fifo->f_length;
    [all...]
at91pdcvar.h 57 int f_length; /* number of bytes in fifo */ member in struct:at91pdc_fifo
67 return fifo->f_length == 0;
72 return fifo->f_length >= fifo->f_buf_size;
77 return fifo->f_buf_size - fifo->f_length;
88 fifo->f_ndx = fifo->f_length = 0;
162 fifo->f_length += cc;
173 fifo->f_length += cc;
180 if (fifo->f_length <= 0) {
184 if (contig_bytes > fifo->f_length)
185 contig_bytes = fifo->f_length;
    [all...]

Completed in 22 milliseconds