Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/
H A Ddw_drm_dsi.c561 u32 cmp_stopstate_val = 0; in dsi_mipi_init() local
708 cmp_stopstate_val = (BIT(4) | BIT(7) | BIT(9) | BIT(11)); in dsi_mipi_init()
710 cmp_stopstate_val = (BIT(4) | BIT(7) | BIT(9)); in dsi_mipi_init()
712 cmp_stopstate_val = (BIT(4) | BIT(7)); in dsi_mipi_init()
714 cmp_stopstate_val = (BIT(4)); in dsi_mipi_init()
720 if ((tmp & cmp_stopstate_val) == cmp_stopstate_val) { in dsi_mipi_init()