Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_dcu_fb.h16 unsigned int dcu_set_pixel_clock(unsigned int pixclock);
/openbmc/u-boot/board/toradex/colibri_vf/
H A Ddcu.c14 unsigned int dcu_set_pixel_clock(unsigned int pixclock) in dcu_set_pixel_clock() function
/openbmc/u-boot/board/freescale/ls1021atwr/
H A Ddcu.c15 unsigned int dcu_set_pixel_clock(unsigned int pixclock) in dcu_set_pixel_clock() function
/openbmc/u-boot/board/freescale/ls1021aiot/
H A Ddcu.c15 unsigned int dcu_set_pixel_clock(unsigned int pixclock) in dcu_set_pixel_clock() function
/openbmc/u-boot/board/freescale/ls1021aqds/
H A Ddcu.c31 unsigned int dcu_set_pixel_clock(unsigned int pixclock) in dcu_set_pixel_clock() function
/openbmc/u-boot/drivers/video/
H A Dfsl_dcu_fb.c357 div = dcu_set_pixel_clock(info.var.pixclock); in fsl_dcu_init()