Searched refs:data_ulps_active (Results 1 – 2 of 2) sorted by relevance
358 …uint32_t ulpscr = ((MIPI_DSI_LANE_DATA_ALL & lane) && !p_ctrl->data_ulps_active) ? R_DSILINK_ULPSC… in R_MIPI_DSI_UlpsEnter()364 p_ctrl->data_ulps_active = p_ctrl->data_ulps_active || (MIPI_DSI_LANE_DATA_ALL & lane); in R_MIPI_DSI_UlpsEnter()388 …uint32_t ulpscr = ((MIPI_DSI_LANE_DATA_ALL & lane) && p_ctrl->data_ulps_active) ? R_DSILINK_ULPSCR… in R_MIPI_DSI_UlpsExit()393 p_ctrl->data_ulps_active = p_ctrl->data_ulps_active && !(MIPI_DSI_LANE_DATA_ALL & lane); in R_MIPI_DSI_UlpsExit()
64 bool data_ulps_active; ///< Data lane ULPS status member