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

/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller-init.cpp430 corb_max_in_flight_ = rirb_mask_ > RIRB_RESERVED_RESPONSE_SLOTS
431 ? rirb_mask_ - RIRB_RESERVED_RESPONSE_SLOTS
479 if (thresh > RIRB_RESERVED_RESPONSE_SLOTS)
480 thresh -= RIRB_RESERVED_RESPONSE_SLOTS;
H A Dintel-hda-controller.h76 static constexpr uint RIRB_RESERVED_RESPONSE_SLOTS = 8u; member in class:audio::intel_hda::IntelHDAController
H A Dintel-hda-controller.cpp29 constexpr uint IntelHDAController::RIRB_RESERVED_RESPONSE_SLOTS; member in class:audio::intel_hda::IntelHDAController

Completed in 76 milliseconds