Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c880 ORIGINAL_SAMP_FREQ(0xc); in cdn_dp_audio_config_i2s()
884 ORIGINAL_SAMP_FREQ(0xf); in cdn_dp_audio_config_i2s()
888 ORIGINAL_SAMP_FREQ(0xd); in cdn_dp_audio_config_i2s()
892 ORIGINAL_SAMP_FREQ(0x7); in cdn_dp_audio_config_i2s()
896 ORIGINAL_SAMP_FREQ(5); in cdn_dp_audio_config_i2s()
900 ORIGINAL_SAMP_FREQ(3); in cdn_dp_audio_config_i2s()
904 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