Searched refs:wt (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_synth.c34 static int vortex_wt_SetReg(vortex_t * vortex, unsigned char reg, int wt,
40 static void vortex_wt_setstereo(vortex_t * vortex, u32 wt, u32 stereo) argument
44 //temp = hwread(vortex->mmio, 0x80 + ((wt >> 0x5)<< 0xf) + (((wt & 0x1f) >> 1) << 2));
45 temp = hwread(vortex->mmio, WT_STEREO(wt));
47 //hwwrite(vortex->mmio, 0x80 + ((wt >> 0x5)<< 0xf) + (((wt & 0x1f) >> 1) << 2), temp);
48 hwwrite(vortex->mmio, WT_STEREO(wt), temp);
52 static void vortex_wt_setdsout(vortex_t * vortex, u32 wt, int en) argument
57 temp = hwread(vortex->mmio, WT_DSREG((wt >
66 vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) argument
151 vortex_wt_SetReg(vortex_t * vortex, unsigned char reg, int wt, u32 val) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dtvaudio.c129 struct timer_list wt; member in struct:CHIPSTATE
293 mod_timer(&chip->wt, jiffies+2*HZ);
1534 init_timer(&chip->wt);
1535 chip->wt.function = chip_thread_wake;
1536 chip->wt.data = (unsigned long)chip;
1562 del_timer_sync(&chip->wt);
1611 /* del_timer(&chip->wt); */
1664 /* del_timer(&chip->wt); */
1726 /* del_timer(&chip->wt); */
1773 mod_timer(&chip->wt, jiffie
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c245 wctype_t wt; local
275 wt = IS_CHAR_CLASS (str);
276 if (wt == 0)
284 if (_ISCTYPE ((UCHAR) *n, wt))
287 if (ISWCTYPE (BTOWC ((UCHAR) *n), wt))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmsdos.h150 unsigned char wt; /* 65 1 if write track after format */ member in struct:oldboot_t
H A Dmformat.c87 boot->ext.old.wt = 1;
89 boot->ext.old.wt = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2832 wctype_t wt;
2836 wt = IS_CHAR_CLASS (str);
2837 if (wt == 0)
2859 *((wctype_t*)alignedp) = wt;
3240 wctype_t wt;
3243 wt = IS_CHAR_CLASS (str);
3244 if (wt == 0)
3255 if (iswctype (btowc (ch), wt))
2819 wctype_t wt; local
3227 wctype_t wt; local
H A Ddfa.c525 wctype_t wt; local
527 wt = wctype (str);
534 work_mbc->ch_classes[work_mbc->nch_classes++] = wt;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c2304 wctype_t wt;
2307 wt = IS_CHAR_CLASS (str);
2308 if (wt == 0)
2320 if (__iswctype (__btowc (ch), wt))
2323 if (iswctype (btowc (ch), wt))
2291 wctype_t wt; local

Completed in 216 milliseconds