Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dhdac_reg.h209 #define HDAC_CORBSIZE_CORBSIZE(corbsize) \ argument
210 (((corbsize) & HDAC_CORBSIZE_CORBSIZE_MASK) >> HDAC_CORBSIZE_CORBSIZE_SHIFT)
H A Dpci_hda.c745 uint8_t corbsize = 0; in hda_corb_start() local
752 corbsize = hda_get_reg_by_offset(sc, HDAC_CORBSIZE) & \ in hda_corb_start()
754 corb->size = hda_corb_sizes[corbsize]; in hda_corb_start()