retwords          403 sound/pci/riptide/riptide.c 	u16 retwords[4];
retwords          934 sound/pci/riptide/riptide.c 		if (rptr.retwords[0] == lval && rptr.retwords[1] == rval)
retwords          986 sound/pci/riptide/riptide.c 			p[i] += rptr.retwords[1];
retwords          987 sound/pci/riptide/riptide.c 			p[i] *= rptr.retwords[2];
retwords          988 sound/pci/riptide/riptide.c 			p[i] += rptr.retwords[3];
retwords         1044 sound/pci/riptide/riptide.c 			} while (rptr.retwords[1] != D &&
retwords         1045 sound/pci/riptide/riptide.c 				 rptr.retwords[2] != M &&
retwords         1046 sound/pci/riptide/riptide.c 				 rptr.retwords[3] != N &&
retwords         1067 sound/pci/riptide/riptide.c 	*rval = rptr.retwords[0];
retwords         1068 sound/pci/riptide/riptide.c 	*lval = rptr.retwords[1];
retwords         1742 sound/pci/riptide/riptide.c 	} while (rptr.retwords[1] != val && i++ < MAX_WRITE_RETRY);
retwords         1759 sound/pci/riptide/riptide.c 	snd_printdd("Read AC97 reg 0x%x got 0x%x\n", reg, rptr.retwords[1]);
retwords         1760 sound/pci/riptide/riptide.c 	return rptr.retwords[1];