Searched refs:ENDLP_IE (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/trident/
H A Dtrident.h55 ENDLP_IE = 0x00001000, /* interrupt enable: end of buffer */ enumerator in enum:global_control_bits
H A Dtrident_main.c241 val |= ENDLP_IE;
268 tmp &= ~ENDLP_IE;
/linux-master/sound/pci/ali5451/
H A Dali5451.c113 #define ENDLP_IE 0x00001000 macro
483 gc |= ENDLP_IE;
493 gc &= ~ENDLP_IE;

Completed in 162 milliseconds