Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_mipi_dsi2.c540 u64 hline_time, hsa_time, hbp_time, hact_time, tmp; in dw_mipi_dsi2_ipi_set() local
586 hact_time = DIV_ROUND_CLOSEST(tmp << 16, pixel_clk); in dw_mipi_dsi2_ipi_set()
587 dsi_write(dsi2, DSI2_IPI_VID_HACT_MAN_CFG, VID_HACT_TIME(hact_time)); in dw_mipi_dsi2_ipi_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c723 u64 hline_time, hsa_time, hbp_time, hact_time, tmp; in dw_mipi_dsi2_ipi_set() local
771 hact_time = DIV_ROUND_CLOSEST_ULL(tmp << 16, pixel_clk); in dw_mipi_dsi2_ipi_set()
773 VID_HACT_TIME(hact_time)); in dw_mipi_dsi2_ipi_set()