wp                 92 include/asm-cris/arch-v32/hwregs/rt_trace_defs.h   unsigned int wp       : 1;
wp                216 include/drm/drmP.h #define DRM_LEFTCOUNT(x) (((x)->rp + (x)->count - (x)->wp) % ((x)->count + 1))
wp                340 include/drm/drmP.h 	struct drm_buf **wp;			/**< Write pointer */
wp                108 include/pcmcia/cistpl.h 	u_char	wp;
wp                167 lib/inflate.c  #define flush_output(w) (wp=(w),flush_window())
wp                606 lib/inflate.c    w = wp;                       /* initialize window position */
wp                687 lib/inflate.c    wp = w;                       /* restore global window pointer */
wp                713 lib/inflate.c    w = wp;                       /* initialize window position */
wp                746 lib/inflate.c    wp = w;                       /* restore global window pointer */
wp               1089 lib/inflate.c    wp = 0;
wp               1117 lib/inflate.c    flush_output(wp);
wp                301 sound/pci/hda/hda_codec.c 	unsigned int wp;
wp                307 sound/pci/hda/hda_codec.c 	wp = (unsol->wp + 1) % HDA_UNSOL_QUEUE_SIZE;
wp                308 sound/pci/hda/hda_codec.c 	unsol->wp = wp;
wp                310 sound/pci/hda/hda_codec.c 	wp <<= 1;
wp                311 sound/pci/hda/hda_codec.c 	unsol->queue[wp] = res;
wp                312 sound/pci/hda/hda_codec.c 	unsol->queue[wp + 1] = res_ex;
wp                330 sound/pci/hda/hda_codec.c 	while (unsol->rp != unsol->wp) {
wp                340 sound/pci/hda/hda_intel.c 	unsigned short rp, wp;	/* read/write pointers */
wp                529 sound/pci/hda/hda_intel.c 	unsigned int wp;
wp                532 sound/pci/hda/hda_intel.c 	wp = azx_readb(chip, CORBWP);
wp                533 sound/pci/hda/hda_intel.c 	wp++;
wp                534 sound/pci/hda/hda_intel.c 	wp %= ICH6_MAX_CORB_ENTRIES;
wp                538 sound/pci/hda/hda_intel.c 	chip->corb.buf[wp] = cpu_to_le32(val);
wp                539 sound/pci/hda/hda_intel.c 	azx_writel(chip, CORBWP, wp);
wp                550 sound/pci/hda/hda_intel.c 	unsigned int rp, wp;
wp                553 sound/pci/hda/hda_intel.c 	wp = azx_readb(chip, RIRBWP);
wp                554 sound/pci/hda/hda_intel.c 	if (wp == chip->rirb.wp)
wp                556 sound/pci/hda/hda_intel.c 	chip->rirb.wp = wp;
wp                558 sound/pci/hda/hda_intel.c 	while (chip->rirb.rp != wp) {
wp                303 sound/pci/hda/hda_local.h 	unsigned int rp, wp;