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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtrident.h78 MIDLP_IE = 0x00002000, /* interrupt enable: middle buffer */ enumerator in enum:global_control_bits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c142 #define MIDLP_IE 0x00002000 macro
545 gc |= MIDLP_IE;
555 gc &= ~MIDLP_IE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c215 val |= MIDLP_IE;
242 tmp &= ~MIDLP_IE;

Completed in 86 milliseconds