Searched refs:v_l_slot (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max98927.c | 750 max98927->v_l_slot)&0xFF); in max98927_probe() 752 if (max98927->v_l_slot < 8) { in max98927_probe() 755 1 << max98927->v_l_slot, 0); in max98927_probe() 758 1 << max98927->v_l_slot, in max98927_probe() 759 1 << max98927->v_l_slot); in max98927_probe() 763 1 << (max98927->v_l_slot - 8), 0); in max98927_probe() 766 1 << (max98927->v_l_slot - 8), in max98927_probe() 767 1 << (max98927->v_l_slot - 8)); in max98927_probe() 854 max98927->v_l_slot = value & 0xF; in max98927_slot_config() 856 max98927->v_l_slot in max98927_slot_config() [all...] |
H A D | max98927.h | 260 unsigned int v_l_slot; member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98927.c | 693 (max98927->i_l_slot << MAX98927_PCM_TX_CH_SRC_A_I_SHIFT | max98927->v_l_slot) & 0xFF); in max98927_probe() 695 if (max98927->v_l_slot < 8) { in max98927_probe() 698 1 << max98927->v_l_slot, 0); in max98927_probe() 700 1 << max98927->v_l_slot, in max98927_probe() 701 1 << max98927->v_l_slot); in max98927_probe() 705 1 << (max98927->v_l_slot - 8), 0); in max98927_probe() 707 1 << (max98927->v_l_slot - 8), in max98927_probe() 708 1 << (max98927->v_l_slot - 8)); in max98927_probe() 792 max98927->v_l_slot = value & 0xF; in max98927_slot_config() 794 max98927->v_l_slot in max98927_slot_config() [all...] |
H A D | max98390.c | 875 max98390->v_l_slot)&0xFF); in max98390_init_regs() 877 if (max98390->v_l_slot < 8) { in max98390_init_regs() 880 1 << max98390->v_l_slot, 0); in max98390_init_regs() 883 1 << max98390->v_l_slot, in max98390_init_regs() 884 1 << max98390->v_l_slot); in max98390_init_regs() 888 1 << (max98390->v_l_slot - 8), 0); in max98390_init_regs() 891 1 << (max98390->v_l_slot - 8), in max98390_init_regs() 892 1 << (max98390->v_l_slot - 8)); in max98390_init_regs() 1008 max98390->v_l_slot = value & 0xF; in max98390_slot_config() 1010 max98390->v_l_slot in max98390_slot_config() [all...] |
H A D | max98927.h | 261 unsigned int v_l_slot; member
|
H A D | max98390.h | 661 unsigned int v_l_slot; member
|
Completed in 7 milliseconds