Searched refs:PVR2_SUBSYS_B_ENC_RUN (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.h55 #define PVR2_SUBSYS_B_ENC_RUN 4 macro
63 (1 << PVR2_SUBSYS_B_ENC_RUN) )
H A Dpvrusb2-encoder.c463 hdw->subsys_enabled_mask |= (1<<PVR2_SUBSYS_B_ENC_RUN);
497 hdw->subsys_enabled_mask &= ~(1<<PVR2_SUBSYS_B_ENC_RUN);
H A Dpvrusb2-debugifc.c39 {"ENC_RUN",(1<<PVR2_SUBSYS_B_ENC_RUN)},
H A Dpvrusb2-hdw.c254 [PVR2_SUBSYS_B_ENC_RUN] = "enc_run",
1345 (1<<PVR2_SUBSYS_B_ENC_RUN) | \
1417 if (vmsk & (1<<PVR2_SUBSYS_B_ENC_RUN)) {
1505 if (vmsk & (1<<PVR2_SUBSYS_B_ENC_RUN)) {
2464 stale_subsys_mask |= (1<<PVR2_SUBSYS_B_ENC_RUN);

Completed in 38 milliseconds