Lines Matching refs:i_l_slot
693 (max98927->i_l_slot << MAX98927_PCM_TX_CH_SRC_A_I_SHIFT | max98927->v_l_slot) & 0xFF);
711 if (max98927->i_l_slot < 8) {
714 1 << max98927->i_l_slot, 0);
716 1 << max98927->i_l_slot,
717 1 << max98927->i_l_slot);
721 1 << (max98927->i_l_slot - 8), 0);
723 1 << (max98927->i_l_slot - 8),
724 1 << (max98927->i_l_slot - 8));
797 max98927->i_l_slot = value & 0xF;
799 max98927->i_l_slot = 1;