Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.c331 #define FDT_GET_INT(val, name) \ in rockchip_ofnode_get_display_mode() macro
341 FDT_GET_INT(hactive, "hactive"); in rockchip_ofnode_get_display_mode()
342 FDT_GET_INT(vactive, "vactive"); in rockchip_ofnode_get_display_mode()
343 FDT_GET_INT(pixelclock, "clock-frequency"); in rockchip_ofnode_get_display_mode()
344 FDT_GET_INT(hsync_len, "hsync-len"); in rockchip_ofnode_get_display_mode()
345 FDT_GET_INT(hfront_porch, "hfront-porch"); in rockchip_ofnode_get_display_mode()
346 FDT_GET_INT(hback_porch, "hback-porch"); in rockchip_ofnode_get_display_mode()
347 FDT_GET_INT(vsync_len, "vsync-len"); in rockchip_ofnode_get_display_mode()
348 FDT_GET_INT(vfront_porch, "vfront-porch"); in rockchip_ofnode_get_display_mode()
349 FDT_GET_INT(vback_porch, "vback-porch"); in rockchip_ofnode_get_display_mode()
[all …]