Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h408 #define I2S_DEC_PORT_EN(x) (((x) & 0xf) << 17) macro
H A Dcdn-dp-reg.c863 val |= I2S_DEC_PORT_EN(i2s_port_en_val); in cdn_dp_audio_config_i2s()