Lines Matching defs:present
102 u32 present;
106 u32 present;
711 int present = state->hdmi_edid.present;
715 __func__, present);
717 if (present & (0x04 << ADV7842_EDID_PORT_A))
719 if (present & (0x04 << ADV7842_EDID_PORT_B))
789 if (!state->hdmi_edid.present) {
828 rep_write_and_or(sd, 0x77, 0xf3, state->hdmi_edid.present);
831 if (rep_read(sd, 0x7d) & state->hdmi_edid.present)
2466 if (state->hdmi_edid.present & (0x04 << edid->pad))
2470 if (state->vga_edid.present)
2519 state->vga_edid.present = e->blocks ? 0x1 : 0x0;
2527 state->hdmi_edid.present |= 0x04 << e->pad;
2529 state->hdmi_edid.present &= ~(0x04 << e->pad);