Searched refs:total_cyc (Results 1 – 2 of 2) sorted by relevance
1017 FSP_ERROR_RETURN((GLCDC_PRV_BG_PLANE_H_CYC_MIN <= p_cfg->output.htiming.total_cyc) && in r_glcdc_param_check_display_cycle()1018 (GLCDC_PRV_BG_PLANE_H_CYC_MAX >= p_cfg->output.htiming.total_cyc), in r_glcdc_param_check_display_cycle()1020 FSP_ERROR_RETURN((GLCDC_PRV_BG_PLANE_V_CYC_MIN <= p_cfg->output.vtiming.total_cyc) && in r_glcdc_param_check_display_cycle()1021 (GLCDC_PRV_BG_PLANE_V_CYC_MAX >= p_cfg->output.vtiming.total_cyc), in r_glcdc_param_check_display_cycle()1063 FSP_ERROR_RETURN((p_cfg->output.htiming.total_cyc >= in r_glcdc_param_check_display_timing()1087 FSP_ERROR_RETURN((p_cfg->output.vtiming.total_cyc >= in r_glcdc_open_param_check_sync_signal()1386 R_GLCDC->BG.PERI = ((p_cfg->output.vtiming.total_cyc & GLCDC_PRV_BG_PERI_FV_MASK) << 16) + in r_glcdc_background_screen_set()1387 (p_cfg->output.htiming.total_cyc & GLCDC_PRV_BG_PERI_FH_MASK); in r_glcdc_background_screen_set()
164 … uint16_t total_cyc; ///< Total cycles in one line or total lines in one frame member