shift_to          233 sound/pci/oxygen/xonar_dg.c 				      unsigned int shift_to,
shift_to          236 sound/pci/oxygen/xonar_dg.c 	if (shift_from < shift_to)
shift_to          237 sound/pci/oxygen/xonar_dg.c 		return (value << (shift_to - shift_from)) & mask;
shift_to          239 sound/pci/oxygen/xonar_dg.c 		return (value >> (shift_from - shift_to)) & mask;