Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c882 ORIGINAL_SAMP_FREQ(0xc); in cdn_dp_audio_config_i2s()
886 ORIGINAL_SAMP_FREQ(0xf); in cdn_dp_audio_config_i2s()
890 ORIGINAL_SAMP_FREQ(0xd); in cdn_dp_audio_config_i2s()
894 ORIGINAL_SAMP_FREQ(0x7); in cdn_dp_audio_config_i2s()
898 ORIGINAL_SAMP_FREQ(5); in cdn_dp_audio_config_i2s()
902 ORIGINAL_SAMP_FREQ(3); in cdn_dp_audio_config_i2s()
906 ORIGINAL_SAMP_FREQ(1); in cdn_dp_audio_config_i2s()
H A Dcdn-dp-reg.h395 #define ORIGINAL_SAMP_FREQ(x) (((x) & 0xf) << 24) macro