Home
last modified time | relevance | path

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

/src/sys/dev/sound/pci/
H A Dhdspe.c483 period = sc->force_period; in hdspe_sysctl_period()
491 sc->force_period = 0; in hdspe_sysctl_period()
493 sc->force_period = 32; in hdspe_sysctl_period()
494 while (sc->force_period < period && sc->force_period < 4096) in hdspe_sysctl_period()
495 sc->force_period <<= 1; in hdspe_sysctl_period()
699 sc->force_period = 256; in hdspe_init()
H A Dhdsp.c468 period = sc->force_period; in hdsp_sysctl_period()
476 sc->force_period = 0; in hdsp_sysctl_period()
478 sc->force_period = 32; in hdsp_sysctl_period()
479 while (sc->force_period < period && sc->force_period < 4096) in hdsp_sysctl_period()
480 sc->force_period <<= 1; in hdsp_sysctl_period()
782 sc->force_period = 256; in hdsp_init()
H A Dhdspe.h242 uint32_t force_period; member
H A Dhdsp.h250 uint32_t force_period; member
H A Dhdspe-pcm.c925 if (sc->force_period > 0) in hdspechan_setblocksize()
926 blocksize = sc->force_period; in hdspechan_setblocksize()
H A Dhdsp-pcm.c930 if (sc->force_period > 0) in hdspchan_setblocksize()
931 blocksize = sc->force_period; in hdspchan_setblocksize()