Searched refs:hwptr (Results 1 – 1 of 1) sorted by relevance
361 unsigned int delta, old, hwptr, amt; in chn_dmaupdate() local367 hwptr = chn_getptr(c); in chn_dmaupdate()368 delta = (b->bufsize + hwptr - old) % b->bufsize; in chn_dmaupdate()369 b->hp = hwptr; in chn_dmaupdate()386 CHN_DIRSTR(c), hwptr, old, delta, amt, in chn_dmaupdate()2318 int hwptr; in chn_getptr() local2321 hwptr = (CHN_STARTED(c)) ? CHANNEL_GETPTR(c->methods, c->devinfo) : 0; in chn_getptr()2322 return (hwptr - (hwptr % c->bufhard->align)); in chn_getptr()