HomeSort by relevance Sort by last modified time
    Searched full:out_start (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
bt-hci-csr.c 36 int out_start; member in struct:csrhci_s
82 s->outfifo + s->out_start ++, 1);
84 if (s->out_start >= s->out_size) {
85 s->out_start = 0;
97 int off = s->out_start + s->out_len;

Completed in 1077 milliseconds