Searched refs:pmode (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq.c78 static int set_pmode_pmi(int cpu, unsigned int pmode) argument
88 pmi_msg.data2 = pmode;
119 static int set_pmode_reg(int cpu, unsigned int pmode) argument
134 out_be64(&mic_tm_regs->slow_fast_timer_0, MIC_Slow_Fast_Timer_table[pmode]);
135 out_be64(&mic_tm_regs->slow_fast_timer_1, MIC_Slow_Fast_Timer_table[pmode]);
137 out_be64(&mic_tm_regs->slow_next_timer_0, MIC_Slow_Next_Timer_table[pmode]);
138 out_be64(&mic_tm_regs->slow_next_timer_1, MIC_Slow_Next_Timer_table[pmode]);
143 /* set bits to next pmode */
144 value |= pmode;
148 /* wait until new pmode appear
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstradis.c1529 struct video_play_mode pmode; local
1530 if (copy_from_user((void *)&pmode, arg,
1533 switch (pmode.mode) {
1535 if (pmode.p1 != VIDEO_MODE_NTSC &&
1536 pmode.p1 != VIDEO_MODE_PAL)
1538 set_out_format(saa, pmode.p1);
1542 pmode.p1 ? 0x8000 : 0x8080, 2);
1544 set_genlock_offset(saa, pmode.p2);
1550 saa->playmode = pmode.mode;
1557 if (saa->playmode == pmode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.h323 void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode);
H A Dusbvideo.c514 * pmode 0: fill the frame with solid blue color (like on VCR or TV)
520 void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode) argument
554 if (pmode == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsystem.h100 extern asmlinkage void c_backtrace(unsigned long fp, int pmode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtraps.c40 extern void c_backtrace (unsigned long fp, int pmode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-core.c401 * pmode 0: fill the frame with solid blue color (like on VCR or TV)
406 int fullframe, int pmode)
443 if (pmode == 1) {
405 usbvision_testpattern(struct usb_usbvision *usbvision, int fullframe, int pmode) argument

Completed in 84 milliseconds