Lines Matching defs:present
103 u32 present;
108 u32 present;
689 int present = state->hdmi_edid.present;
693 __func__, present);
695 if (present & (0x04 << ADV7842_EDID_PORT_A))
697 if (present & (0x04 << ADV7842_EDID_PORT_B))
713 if (!state->vga_edid.present)
773 if (!state->hdmi_edid.present) {
816 rep_write_and_or(sd, 0x77, 0xf3, state->hdmi_edid.present);
819 if (rep_read(sd, 0x7d) & state->hdmi_edid.present)
2455 if (state->hdmi_edid.present & (0x04 << edid->pad)) {
2461 if (state->vga_edid.present) {
2526 state->vga_edid.present = e->blocks ? 0x1 : 0x0;
2536 state->hdmi_edid.present |= 0x04 << e->pad;
2539 state->hdmi_edid.present &= ~(0x04 << e->pad);