Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_dcu_fb.h9 int fsl_dcu_init(unsigned int xres, unsigned int yres,
/openbmc/u-boot/board/toradex/colibri_vf/
H A Ddcu.c33 fsl_dcu_init(xres, yres, 32); in platform_dcu_init()
/openbmc/u-boot/board/freescale/ls1021atwr/
H A Ddcu.c43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
/openbmc/u-boot/board/freescale/ls1021aiot/
H A Ddcu.c43 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
/openbmc/u-boot/board/freescale/ls1021aqds/
H A Ddcu.c88 fsl_dcu_init(xres, yres, pixel_format); in platform_dcu_init()
/openbmc/u-boot/drivers/video/
H A Dfsl_dcu_fb.c297 int fsl_dcu_init(unsigned int xres, unsigned int yres, in fsl_dcu_init() function