Lines Matching refs:hact
273 u32 hact, u32 vact) in lt8619c_is_supported_interlaced_res() argument
275 if ((hact == 1920 && vact == 540) || in lt8619c_is_supported_interlaced_res()
276 (hact == 1440 && vact == 288) || in lt8619c_is_supported_interlaced_res()
277 (hact == 1440 && vact == 240)) in lt8619c_is_supported_interlaced_res()
288 u32 hact, vact, htotal, vtotal, hbp, hfp, hs; in lt8619c_get_detected_timings() local
298 hact = val << 8; in lt8619c_get_detected_timings()
300 hact |= val; in lt8619c_get_detected_timings()
344 bt->width = hact; in lt8619c_get_detected_timings()
360 if (lt8619c_is_supported_interlaced_res(sd, hact, vact)) { in lt8619c_get_detected_timings()
370 __func__, hact, vact, htotal, vtotal, fps, bt->pixelclock, in lt8619c_get_detected_timings()
614 u32 hact, hfp, hbp, hs, vact, vfp, vbp, vs; in lt8619c_set_bt_tx_timing() local
620 hact = bt->width; in lt8619c_set_bt_tx_timing()
628 htotal = hs + hbp + hact + hfp; in lt8619c_set_bt_tx_timing()
647 __func__, hact, vact, htotal, vtotal, h_offset, v_offset, v_blank); in lt8619c_set_bt_tx_timing()
656 regmap_write(lt8619c->reg_map, 0x63, (hact >> 8) & 0xff); in lt8619c_set_bt_tx_timing()
657 regmap_write(lt8619c->reg_map, 0x64, hact & 0xff); in lt8619c_set_bt_tx_timing()
1011 u32 hact, vact, htotal, vtotal; in lt8619c_rcv_supported_res() local
1014 hact = bt->width; in lt8619c_rcv_supported_res()
1016 htotal = bt->hsync + bt->hbackporch + hact + bt->hfrontporch; in lt8619c_rcv_supported_res()
1020 if ((supported_modes[i].width == hact) && in lt8619c_rcv_supported_res()
1028 __func__, hact, vact, htotal, vtotal); in lt8619c_rcv_supported_res()