Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c931 uint32_t corbctl; in hdac_corb_start()
933 corbctl = HDAC_READ_1(&sc->mem, HDAC_CORBCTL); in hdac_corb_start()
934 corbctl |= HDAC_CORBCTL_CORBRUN; in hdac_corb_start()
935 HDAC_WRITE_1(&sc->mem, HDAC_CORBCTL, corbctl); in hdac_corb_start()
930 uint32_t corbctl; hdac_corb_start() local