Lines Matching refs:hact
54 struct hdmi_pulse hact; member
200 hdmi_writebn(hdev, HDMI_H_BLANK_0, 2, t->hact.beg); in hdmi_timing_apply()
213 (t->hact.end << 12) | t->vact[1].end); in hdmi_timing_apply()
223 (t->hact.end << 12) | t->vact[0].end); in hdmi_timing_apply()
227 hdmi_writebn(hdev, HDMI_TG_H_FSZ_L, 2, t->hact.end); in hdmi_timing_apply()
228 hdmi_writebn(hdev, HDMI_TG_HACT_ST_L, 2, t->hact.beg); in hdmi_timing_apply()
229 hdmi_writebn(hdev, HDMI_TG_HACT_SZ_L, 2, t->hact.end - t->hact.beg); in hdmi_timing_apply()
381 .hact = { .beg = 138, .end = 858 },
391 .hact = { .beg = 144, .end = 864 },
401 .hact = { .beg = 370, .end = 1650 },
411 .hact = { .beg = 700, .end = 1980 },
421 .hact = { .beg = 830, .end = 2750 },
431 .hact = { .beg = 280, .end = 2200 },
441 .hact = { .beg = 280, .end = 2200 },
454 .hact = { .beg = 720, .end = 2640 },
467 .hact = { .beg = 720, .end = 2640 },
666 fmt->width = t->hact.end - t->hact.beg; in hdmi_get_fmt()