Lines Matching refs:vol_shift
77 int vol_shift;
109 val = selector << info->vol_shift;
110 mask = ((1 << info->vol_nbits) - 1) << info->vol_shift;
129 mask = ((1 << info->vol_nbits) - 1) << info->vol_shift;
130 val = (val & mask) >> info->vol_shift;
176 val = selector << info->vol_shift;
177 mask = ((1 << info->vol_nbits) - 1) << info->vol_shift;
239 val = selector << info->vol_shift;
240 mask = ((1 << info->vol_nbits) - 1) << info->vol_shift;
323 .vol_shift = (shift), \
343 .vol_shift = (0), \