Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Denvy24.h296 #define ENVY24_MT_INT_RSTAT 0x02 /* Multi-track record interrupt status */ macro
H A Denvy24.c1271 mask = ~ENVY24_MT_INT_RSTAT; in envy24_checkintr()
1277 if ((rtn = intr & ENVY24_MT_INT_RSTAT) != 0) { in envy24_checkintr()
1279 stat = ENVY24_MT_INT_RSTAT | ENVY24_MT_INT_RMASK; in envy24_checkintr()