Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c51 #define HDA_CODEC_MAX 0x0f macro
68 #define HDA_STATESTS_IRQ_MASK ((1 << HDA_CODEC_MAX) - 1)
129 struct hda_codec_inst *codecs[HDA_CODEC_MAX];
433 if (sc->codecs_no >= HDA_CODEC_MAX) in hda_codec_constructor()
1080 assert(hci->cad <= HDA_CODEC_MAX); in hda_response()