Searched refs:hbl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 394 uint hbl; in hdmi_av_composer() local 397 hbl = edid->hback_porch.typ + edid->hfront_porch.typ + in hdmi_av_composer() 436 hdmi_write(hdmi, hbl >> 8, HDMI_FC_INHBLANK1); in hdmi_av_composer() 437 hdmi_write(hdmi, hbl, HDMI_FC_INHBLANK0); in hdmi_av_composer()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 1772 unsigned int ha, hbl, hso, hspw, hborder; in decode_timing() local 1781 hbl = (buf[3] + ((buf[4] & 0x0f) << 8)); in decode_timing() 1793 set_entry(&timing->hback_porch, hbl - hso - hspw); in decode_timing() 1820 ha + hbl, hborder, in decode_timing() 1834 unsigned int ha, hbl, hso, hspw, hborder; in decode_mode() local 1841 hbl = (buf[3] + ((buf[4] & 0x0f) << 8)); in decode_mode() 1856 mode->htotal = ha + hbl; in decode_mode()
|