Home | History | Annotate | Download | only in hw

Lines Matching full:boundary

40 #define EN0_BOUNDARY	0x03	/* Boundary page of ring bfr RD WR */
128 uint8_t boundary;
203 int avail, index, boundary;
206 boundary = s->boundary << 8;
207 if (index < boundary)
208 avail = boundary - index;
210 avail = (s->stop - s->start) - (index - boundary);
371 s->boundary = val;
437 ret = s->boundary;
664 qemu_put_8s(f, &s->boundary);
706 qemu_get_8s(f, &s->boundary);