Home
last modified time | relevance | path

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

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