Home
last modified time | relevance | path

Searched refs:ORIGINAL_SAMP_FREQ (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-reg.c889 ORIGINAL_SAMP_FREQ(0xc); in cdn_dp_audio_config_i2s()
893 ORIGINAL_SAMP_FREQ(0xf); in cdn_dp_audio_config_i2s()
897 ORIGINAL_SAMP_FREQ(0xd); in cdn_dp_audio_config_i2s()
901 ORIGINAL_SAMP_FREQ(0x7); in cdn_dp_audio_config_i2s()
905 ORIGINAL_SAMP_FREQ(5); in cdn_dp_audio_config_i2s()
909 ORIGINAL_SAMP_FREQ(3); in cdn_dp_audio_config_i2s()
913 ORIGINAL_SAMP_FREQ(1); in cdn_dp_audio_config_i2s()
Dcdn-dp-reg.h403 #define ORIGINAL_SAMP_FREQ(x) (((x) & 0xf) << 24) macro