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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dtrident.h277 ENDLP_IE = 0x00001000, MIDLP_IE = 0x00002000, enumerator in enum:global_control_bits
H A Dtrident.c535 global_control |= (ENDLP_IE | MIDLP_IE | BANK_B_EN);
541 global_control |= (ENDLP_IE | MIDLP_IE);
561 global_control &= ~(ENDLP_IE | MIDLP_IE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h77 ENDLP_IE = 0x00001000, /* interrupt enable: end of buffer */ enumerator in enum:global_control_bits
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c141 #define ENDLP_IE 0x00001000 macro
544 gc |= ENDLP_IE;
554 gc &= ~ENDLP_IE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c214 val |= ENDLP_IE;
241 tmp &= ~ENDLP_IE;

Completed in 120 milliseconds