Lines Matching refs:v_l_slot
693 (max98927->i_l_slot << MAX98927_PCM_TX_CH_SRC_A_I_SHIFT | max98927->v_l_slot) & 0xFF);
695 if (max98927->v_l_slot < 8) {
698 1 << max98927->v_l_slot, 0);
700 1 << max98927->v_l_slot,
701 1 << max98927->v_l_slot);
705 1 << (max98927->v_l_slot - 8), 0);
707 1 << (max98927->v_l_slot - 8),
708 1 << (max98927->v_l_slot - 8));
792 max98927->v_l_slot = value & 0xF;
794 max98927->v_l_slot = 0;