Home
last modified time | relevance | path

Searched refs:MAX_NUM_CH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dmax98388.c685 #define MAX_NUM_CH 2 macro
754 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
768 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h400 #define MAX_NUM_CH(x) (((x) & 0x1f) - 1) macro
H A Dcdn-dp-reg.c849 val = MAX_NUM_CH(audio->channels); in cdn_dp_audio_config_i2s()
920 val = MAX_NUM_CH(2) | AUDIO_TYPE_LPCM | CFG_SUB_PCKT_NUM(4); in cdn_dp_audio_config_spdif()