Home
last modified time | relevance | path

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

/reactos/drivers/wdm/audio/hdaudbus/
H A Dhda_controller_defs.h167 #define RESPONSE_FLAGS_UNSOLICITED (1 << 4) macro
H A Dfdo.cpp128 ASSERT((ResponseFlags & RESPONSE_FLAGS_UNSOLICITED) == 0); in HDA_DpcForIsr()