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