non_continuous    677 drivers/gpu/drm/vc4/vc4_dsi.c 	bool non_continuous = dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS;
non_continuous    678 drivers/gpu/drm/vc4/vc4_dsi.c 	u32 phyc_ulps = ((non_continuous ? DSI_PORT_BIT(PHYC_CLANE_ULPS) : 0) |
non_continuous    683 drivers/gpu/drm/vc4/vc4_dsi.c 	u32 stat_ulps = ((non_continuous ? DSI1_STAT_PHY_CLOCK_ULPS : 0) |
non_continuous    688 drivers/gpu/drm/vc4/vc4_dsi.c 	u32 stat_stop = ((non_continuous ? DSI1_STAT_PHY_CLOCK_STOP : 0) |