Lines Matching defs:shift
349 pos = le32_to_cpu(chip->bank_capture[ypcm->capture_bank_number][chip->active_bank]->start) >> ypcm->shift;
702 ypcm->shift = 0;
707 ypcm->shift++;
712 ypcm->shift++;
726 bank->loop_end = cpu_to_le32(ypcm->buffer_size << ypcm->shift);
753 return le32_to_cpu(chip->bank_capture[ypcm->capture_bank_number][chip->active_bank]->start) >> ypcm->shift;
1429 #define YMFPCI_SINGLE(xname, xindex, reg, shift) \
1433 .private_value = ((reg) | ((shift) << 16)) }
1442 unsigned int shift = (kcontrol->private_value >> 16) & 0xff;
1451 (snd_ymfpci_readl(chip, reg) >> shift) & mask;
1460 unsigned int shift = (kcontrol->private_value >> 16) & 0xff;
1471 val <<= shift;
1474 val = (oval & ~(mask << shift)) | val;