Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_reg.h243 #define HDAC_RIRBSIZE_RIRBSIZE(rirbsize) \ argument
244 (((rirbsize) & HDAC_RIRBSIZE_RIRBSIZE_MASK) >> HDAC_RIRBSIZE_RIRBSIZE_SHIFT)
H A Dhdac.c521 uint8_t corbsize, rirbsize; in hdac_get_capabilities()
551 rirbsize = HDAC_READ_1(&sc->mem, HDAC_RIRBSIZE); in hdac_get_capabilities()
552 if ((rirbsize & HDAC_RIRBSIZE_RIRBSZCAP_256) == in hdac_get_capabilities()
555 else if ((rirbsize & HDAC_RIRBSIZE_RIRBSZCAP_16) == in hdac_get_capabilities()
558 else if ((rirbsize & HDAC_RIRBSIZE_RIRBSZCAP_2) == in hdac_get_capabilities()
563 __func__, rirbsize); in hdac_get_capabilities()
874 uint8_t rirbsize; in hdac_rirb_init()
880 rirbsize = HDAC_RIRBSIZE_RIRBSIZE(HDAC_RIRBSIZE_RIRBSIZE_256); in hdac_rirb_init()
883 rirbsize = HDAC_RIRBSIZE_RIRBSIZE(HDAC_RIRBSIZE_RIRBSIZE_16); in hdac_rirb_init()
886 rirbsize in hdac_rirb_init()
520 uint8_t corbsize, rirbsize; hdac_get_capabilities() local
873 uint8_t rirbsize; hdac_rirb_init() local
[all...]
/freebsd/usr.sbin/bhyve/
H A Dhdac_reg.h244 #define HDAC_RIRBSIZE_RIRBSIZE(rirbsize) \ argument
245 (((rirbsize) & HDAC_RIRBSIZE_RIRBSIZE_MASK) >> HDAC_RIRBSIZE_RIRBSIZE_SHIFT)
H A Dpci_hda.c820 uint8_t rirbsize = 0; in hda_rirb_start() local
827 rirbsize = hda_get_reg_by_offset(sc, HDAC_RIRBSIZE) & \ in hda_rirb_start()
829 rirb->size = hda_rirb_sizes[rirbsize]; in hda_rirb_start()