Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dintel-hda.c312 if (d->ics & ICH6_IRS_BUSY) { in intel_hda_corb_run()
351 if (d->ics & ICH6_IRS_BUSY) { in intel_hda_response()
355 d->ics &= ~(ICH6_IRS_BUSY | 0xf0); in intel_hda_response()
572 if (d->ics & ICH6_IRS_BUSY) { in intel_hda_set_ics()
H A Dintel-hda-defs.h65 #define ICH6_IRS_BUSY (1<<0) macro