Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_hda.c816 struct hda_codec_cmd_ctl *rirb = &sc->rirb; in hda_rirb_start() local
822 rirb->name = "RIRB"; in hda_rirb_start()
828 if (!rirb->size) { in hda_rirb_start()
847 rirb->rp = 0x0000; in hda_rirb_start()
849 rirb->run = 1; in hda_rirb_start()
955 rirb = &sc->rirb; in hda_set_rirbctl()
956 memset(rirb, 0, sizeof(*rirb)); in hda_set_rirbctl()
1087 rirb = &sc->rirb; in hda_response()
1089 if (rirb->run) { in hda_response()
1090 rirb->wp++; in hda_response()
[all …]