Searched refs:lp (Results 1 – 1 of 1) sorted by relevance
442 uint8_t lp = (0 != (p_cmd->flags & MIPI_DSI_CMD_FLAG_LOW_POWER)); in R_MIPI_DSI_Command() local444 …FSP_ERROR_RETURN(!(lp && R_DSILINK->LINKSR_b.VRUN), FSP_ERR_IN_USE); // LP not allowed durin… in R_MIPI_DSI_Command()445 …FSP_ERROR_RETURN(!(lp && (p_cmd->channel != 0)), FSP_ERR_INVALID_CHANNEL); // LP only allowed on c… in R_MIPI_DSI_Command()570 uint8_t lp = (0 != (p_cmd->flags & MIPI_DSI_CMD_FLAG_LOW_POWER)); in dsi_cmd_sequence_register_a() local577 (((uint32_t) lp << R_DSILINK_SQCH0DSC0AR_SPD_Pos) & R_DSILINK_SQCH0DSC0AR_SPD_Msk) | in dsi_cmd_sequence_register_a()