Searched refs:MASK_HPD_OUT0 (Results 1 – 2 of 2) sorted by relevance
334 if (!(i2c_rd8(sd, HPD_CTL) & MASK_HPD_OUT0)) in tc358743_get_detected_timings() 390 i2c_wr8_and_or(sd, HPD_CTL, ~MASK_HPD_OUT0, MASK_HPD_OUT0); in tc358743_delayed_work_enable_hotplug() 425 i2c_wr8_and_or(sd, HPD_CTL, ~MASK_HPD_OUT0, 0x0); in tc358743_disable_edid() 1319 (i2c_rd8(sd, HPD_CTL) & MASK_HPD_OUT0) ? in tc358743_log_status()
471 #define MASK_HPD_OUT0 0x01 macro