Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c745 struct hda_codec_cmd_ctl *corb = &sc->corb; in hda_corb_start() local
751 corb->name = "CORB"; in hda_corb_start()
757 if (!corb->size) { in hda_corb_start()
778 corb->run = 1; in hda_corb_start()
788 struct hda_codec_cmd_ctl *corb = &sc->corb; in hda_corb_run() local
794 while (corb->rp != corb->wp && corb->run) { in hda_corb_run()
795 corb->rp++; in hda_corb_run()
796 corb->rp %= corb->size; in hda_corb_run()
807 if (corb->run) in hda_corb_run()
937 corb = &sc->corb; in hda_set_corbctl()
[all …]