Lines Matching defs:hwptr
348 unsigned int delta, old, hwptr, amt;
354 hwptr = chn_getptr(c);
355 delta = (sndbuf_getsize(b) + hwptr - old) % sndbuf_getsize(b);
356 sndbuf_sethwptr(b, hwptr);
371 "too fast/slow ! hwptr=%u, old=%u "
373 CHN_DIRSTR(c), hwptr, old, delta, amt,
2311 * hwptr value ranging from 32-35 would be returned as 32.)
2319 int hwptr;
2322 hwptr = (CHN_STARTED(c)) ? CHANNEL_GETPTR(c->methods, c->devinfo) : 0;
2323 return (hwptr - (hwptr % sndbuf_getalign(c->bufhard)));