Home
last modified time | relevance | path

Searched refs:FDT_GET_INT (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c403 #define FDT_GET_INT(val, name) \ in rockchip_ofnode_get_display_mode() macro
413 FDT_GET_INT(hactive, "hactive"); in rockchip_ofnode_get_display_mode()
414 FDT_GET_INT(vactive, "vactive"); in rockchip_ofnode_get_display_mode()
415 FDT_GET_INT(pixelclock, "clock-frequency"); in rockchip_ofnode_get_display_mode()
416 FDT_GET_INT(hsync_len, "hsync-len"); in rockchip_ofnode_get_display_mode()
417 FDT_GET_INT(hfront_porch, "hfront-porch"); in rockchip_ofnode_get_display_mode()
418 FDT_GET_INT(hback_porch, "hback-porch"); in rockchip_ofnode_get_display_mode()
419 FDT_GET_INT(vsync_len, "vsync-len"); in rockchip_ofnode_get_display_mode()
420 FDT_GET_INT(vfront_porch, "vfront-porch"); in rockchip_ofnode_get_display_mode()
421 FDT_GET_INT(vback_porch, "vback-porch"); in rockchip_ofnode_get_display_mode()
[all …]