Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dhdspe.h70 #define HDSPE_LAT_MASK (HDSPE_LAT_0 | HDSPE_LAT_1 | HDSPE_LAT_2) macro
73 #define hdspe_encode_latency(x) (((x)<<1) & HDSPE_LAT_MASK)
H A Dhdspe-pcm.c548 sc->ctrl_register &= ~HDSPE_LAT_MASK; in hdspechan_setblocksize()