Searched refs:thresh (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/audio/gauss-pdm-input/
H A Da113-ddr.h43 void a113_toddr_set_fifos(a113_audio_device_t* audio_device, uint32_t thresh);
H A Da113-ddr.c75 void a113_toddr_set_fifos(a113_audio_device_t* audio_device, uint32_t thresh) { argument
78 (thresh - 1) << 16 | 2 << 8);
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller-init.cpp478 unsigned int thresh = rirb_entry_count_ - 1u; local
479 if (thresh > RIRB_RESERVED_RESPONSE_SLOTS)
480 thresh -= RIRB_RESERVED_RESPONSE_SLOTS;
481 ZX_DEBUG_ASSERT(thresh);
482 REG_WR(&regs()->rintcnt, thresh);

Completed in 24 milliseconds