HomeSort by: relevance | last modified time | path
    Searched defs:vbt_vres (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 520 struct vcprop_tag_fbres vbt_vres; member in struct:__anon098c17a90408
541 .vbt_vres = {
544 .vpt_len = htole32(VCPROPTAG_LEN(vb_setfb.vbt_vres)),
969 vb_setfb.vbt_vres.width = htole32(width);
970 vb_setfb.vbt_vres.height = htole32(height);
980 !vcprop_tag_success_p(&vb_setfb.vbt_vres.tag) ||
999 le32toh(vb_setfb.vbt_vres.width),
1000 le32toh(vb_setfb.vbt_vres.height));
1007 vb_setfb.vbt_vres.width == 0 ||
1008 vb_setfb.vbt_vres.height == 0 |
    [all...]

Completed in 13 milliseconds