Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/video/
Ddw_mipi_dsi.c251 int refresh, two_frames; in dw_mipi_dsi_wait_for_two_frames() local
254 two_frames = DIV_ROUND_UP(MSEC_PER_SEC, refresh) * 2; in dw_mipi_dsi_wait_for_two_frames()
255 mdelay(two_frames); in dw_mipi_dsi_wait_for_two_frames()