Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h311 #define SUNXI_HMDI_DDC_CTRL_START (1 << 27) macro
318 #define SUNXI_HMDI_DDC_CTRL_START (1 << 30) macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c163 setbits_le32(&hdmi->ddc_ctrl, SUNXI_HMDI_DDC_CTRL_START); in sunxi_hdmi_ddc_do_command()
165 return await_completion(&hdmi->ddc_ctrl, SUNXI_HMDI_DDC_CTRL_START, 0); in sunxi_hdmi_ddc_do_command()