Searched refs:hbl (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/common/ |
H A D | edid.c | 85 unsigned int ha, hbl, hso, hspw, hborder; in decode_timing() local 94 hbl = (buf[3] + ((buf[4] & 0x0f) << 8)); in decode_timing() 106 set_entry(&timing->hback_porch, hbl - hso - hspw); in decode_timing() 133 ha + hbl, hborder, in decode_timing()
|
/openbmc/linux/io_uring/ |
H A D | fdinfo.c | 182 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo() local 193 hlist_for_each_entry(req, &hbl->list, hash_node) in io_uring_show_fdinfo()
|
/openbmc/u-boot/drivers/video/ |
H A D | dw_hdmi.c | 459 uint hbl; in hdmi_av_composer() local 462 hbl = edid->hback_porch.typ + edid->hfront_porch.typ + in hdmi_av_composer() 501 hdmi_write(hdmi, hbl >> 8, HDMI_FC_INHBLANK1); in hdmi_av_composer() 502 hdmi_write(hdmi, hbl, HDMI_FC_INHBLANK0); in hdmi_av_composer()
|
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 67 - ``\<ld[us]\?[bwlq]\(_[hbl]e\)\?_p\>`` 68 - ``\<st[bwlq]\(_[hbl]e\)\?_p\>`` 69 - ``\<st24\(_[hbl]e\)\?_p\>`` 70 - ``\<ldn_\([hbl]e\)\?_p\>`` 71 - ``\<stn_\([hbl]e\)\?_p\>``
|