Home
last modified time | relevance | path

Searched refs:AUD_FUNC_EN_N (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h158 #define AUD_FUNC_EN_N (0x1 << 3) macro
H A Danalogix_dp_reg.c142 AUD_FIFO_FUNC_EN_N | AUD_FUNC_EN_N | in analogix_dp_reset()
1369 reg &= ~(AUD_FIFO_FUNC_EN_N | AUD_FUNC_EN_N); in analogix_dp_audio_enable()
1384 reg |= AUD_FIFO_FUNC_EN_N | AUD_FUNC_EN_N; in analogix_dp_audio_disable()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h163 #define AUD_FUNC_EN_N (0x1 << 3) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h277 #define AUD_FUNC_EN_N (0x1 << 3) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h135 #define AUD_FUNC_EN_N (0x1 << 3) macro
H A Danalogix_dp_reg.c149 AUD_FIFO_FUNC_EN_N | AUD_FUNC_EN_N | in analogix_dp_reset()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c160 AUD_FIFO_FUNC_EN_N | AUD_FUNC_EN_N | in exynos_dp_reset()