Searched refs:mnp (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dg450_pll.h7 unsigned int g450_mnp2f(CPMINFO unsigned int mnp);
8 void matroxfb_g450_setpll_cond(WPMINFO unsigned int mnp, unsigned int pll);
H A Dg450_pll.c28 static unsigned int g450_mnp2vco(CPMINFO unsigned int mnp) { argument
31 m = ((mnp >> 16) & 0x0FF) + 1;
32 n = ((mnp >> 7) & 0x1FE) + 4;
36 unsigned int g450_mnp2f(CPMINFO unsigned int mnp) { argument
37 return g450_vco2f(mnp, g450_mnp2vco(PMINFO mnp));
52 static unsigned int g450_nextpll(CPMINFO const struct matrox_pll_limits* pi, unsigned int* fvco, unsigned int mnp) { argument
56 m = (mnp >> 16) & 0xFF;
57 p = mnp & 0xFF;
127 static inline unsigned int g450_setpll(CPMINFO unsigned int mnp, unsigne argument
162 g450_cmppll(CPMINFO unsigned int mnp, unsigned int pll) argument
214 g450_testpll(CPMINFO unsigned int mnp, unsigned int pll) argument
218 updatehwstate_clk(struct matrox_hw_state* hw, unsigned int mnp, unsigned int pll) argument
228 matroxfb_g450_setpll_cond(WPMINFO unsigned int mnp, unsigned int pll) argument
243 unsigned int mnp; local
256 unsigned int mnp = *sptr--; local
292 unsigned int mnp; local
375 unsigned int mnp; local
398 unsigned int mnp; local
440 unsigned int mnp; local
450 updatehwstate_clk(&ACCESS_FBINFO(hw), mnp, pll); local
[all...]
H A Dmatroxfb_g450.c239 int mnp; local
255 mnp = matroxfb_g450_setclk(PMINFO piic, M_VIDEO_PLL);
257 mt->mnp = mnp;
258 mt->pixclock = g450_mnp2f(PMINFO mnp);
260 dprintk(KERN_DEBUG "MNP=%08X\n", mnp);
538 } else if (mt->mnp < 0) {
541 mt->mnp = matroxfb_g450_setclk(PMINFO mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL);
542 mt->pixclock = g450_mnp2f(PMINFO mt->mnp);
570 if (mt->mnp <
[all...]
H A Dmatroxfb_base.h212 int mnp; member in struct:my_timming
381 int mnp; member in struct:matrox_fb_info::__anon7212
387 int mnp; member in struct:matrox_fb_info::__anon7213
H A Dmatroxfb_DAC1064.c167 pixelmnp = ACCESS_FBINFO(crtc1).mnp;
168 videomnp = ACCESS_FBINFO(crtc2).mnp;
494 if (m->mnp < 0) {
495 m->mnp = matroxfb_g450_setclk(PMINFO m->pixclock, (m->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL);
496 if (m->mnp >= 0) {
497 m->pixclock = g450_mnp2f(PMINFO m->mnp);
H A Dmatroxfb_crtc2.c365 ACCESS_FBINFO(crtc2).mnp = mt.mnp;
H A Dmatroxfb_misc.c112 mt->mnp = -1;
H A Dmatroxfb_base.c804 ACCESS_FBINFO(crtc1).mnp = mt.mnp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c512 mblk_t *m, **mnp; local
561 mnp = &mret;
564 *mnp = m;
568 mnp = &mret;
572 mnp = &m->b_cont;
575 *mnp = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c1186 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp) argument
1200 pvr2_channel_init(&vp->channel,mnp);

Completed in 245 milliseconds