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.c125 struct hda_codec_cmd_ctl corb; member
745 struct hda_codec_cmd_ctl *corb = &sc->corb; in hda_corb_start() local
751 corb->name = "CORB"; in hda_corb_start()
755 corb->size = hda_corb_sizes[corbsize]; in hda_corb_start()
757 if (!corb->size) { in hda_corb_start()
768 corb->dma_vaddr = hda_dma_get_vaddr(sc, corbpaddr, in hda_corb_start()
769 HDA_CORB_ENTRY_LEN * corb->size); in hda_corb_start()
770 if (!corb->dma_vaddr) { in hda_corb_start()
775 corb->wp = hda_get_reg_by_offset(sc, HDAC_CORBWP); in hda_corb_start()
776 corb->rp = hda_get_reg_by_offset(sc, HDAC_CORBRP); in hda_corb_start()
[all …]