Home
last modified time | relevance | path

Searched refs:readyptr (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c478 uint32_t count, size, readyptr; in bcm2835_audio_worker() local
542 readyptr = sndbuf_getreadyptr(ch->buffer); in bcm2835_audio_worker()
545 if (readyptr + count > size) in bcm2835_audio_worker()
546 count = size - readyptr; in bcm2835_audio_worker()
554 buf = (uint8_t*)sndbuf_getbuf(ch->buffer) + readyptr; in bcm2835_audio_worker()