Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dhdac_reg.h211 #define HDAC_CORBSIZE_CORBSIZE(corbsize) \ argument
212 (((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()
/freebsd-13.1/sys/dev/sound/pci/hda/
H A Dhdac_reg.h210 #define HDAC_CORBSIZE_CORBSIZE(corbsize) \ argument
211 (((corbsize) & HDAC_CORBSIZE_CORBSIZE_MASK) >> HDAC_CORBSIZE_CORBSIZE_SHIFT)
H A Dhdac.c508 uint8_t corbsize, rirbsize; in hdac_get_capabilities() local
522 corbsize = HDAC_READ_1(&sc->mem, HDAC_CORBSIZE); in hdac_get_capabilities()
523 if ((corbsize & HDAC_CORBSIZE_CORBSZCAP_256) == in hdac_get_capabilities()
526 else if ((corbsize & HDAC_CORBSIZE_CORBSZCAP_16) == in hdac_get_capabilities()
529 else if ((corbsize & HDAC_CORBSIZE_CORBSZCAP_2) == in hdac_get_capabilities()
534 __func__, corbsize); in hdac_get_capabilities()
810 uint8_t corbsize; in hdac_corb_init() local
816 corbsize = HDAC_CORBSIZE_CORBSIZE(HDAC_CORBSIZE_CORBSIZE_256); in hdac_corb_init()
819 corbsize = HDAC_CORBSIZE_CORBSIZE(HDAC_CORBSIZE_CORBSIZE_16); in hdac_corb_init()
822 corbsize = HDAC_CORBSIZE_CORBSIZE(HDAC_CORBSIZE_CORBSIZE_2); in hdac_corb_init()
[all …]