Searched refs:HDMI_CORE_DDC_STATUS (Results 1 – 2 of 2) sorted by relevance
/drivers/video/omap2/dss/ |
D | ti_hdmi_4xxx_ip.c | 335 if (REG_GET(base, HDMI_CORE_DDC_STATUS, 4, 4) == 1) { in hdmi_core_ddc_init() 339 if (hdmi_wait_for_bit_change(base, HDMI_CORE_DDC_STATUS, in hdmi_core_ddc_init() 350 if (hdmi_wait_for_bit_change(base, HDMI_CORE_DDC_STATUS, in hdmi_core_ddc_init() 360 if (hdmi_wait_for_bit_change(base, HDMI_CORE_DDC_STATUS, in hdmi_core_ddc_init() 378 if (hdmi_wait_for_bit_change(base, HDMI_CORE_DDC_STATUS, in hdmi_core_ddc_edid() 407 if (REG_GET(base, HDMI_CORE_DDC_STATUS, 6, 6) == 1) { in hdmi_core_ddc_edid() 412 if (REG_GET(base, HDMI_CORE_DDC_STATUS, 5, 5) == 1) { in hdmi_core_ddc_edid() 421 if (REG_GET(base, HDMI_CORE_DDC_STATUS, 4, 4) == 0) { in hdmi_core_ddc_edid() 428 while (REG_GET(base, HDMI_CORE_DDC_STATUS, 2, 2) == 1) { in hdmi_core_ddc_edid() 934 DUMPCORE(HDMI_CORE_DDC_STATUS); in ti_hdmi_4xxx_core_dump()
|
D | ti_hdmi_4xxx_ip.h | 83 #define HDMI_CORE_DDC_STATUS 0x3C8 macro
|