Searched refs:DSC_PPS0_LINE_BUF_DEPTH_MASK (Results 1 – 2 of 2) sorted by relevance
83 #define DSC_PPS0_LINE_BUF_DEPTH_MASK REG_GENMASK(15, 12) macro84 #define DSC_PPS0_LINE_BUF_DEPTH(depth) REG_FIELD_PREP(DSC_PPS0_LINE_BUF_DEPTH_MASK, depth)
849 vdsc_cfg->line_buf_depth = REG_FIELD_GET(DSC_PPS0_LINE_BUF_DEPTH_MASK, pps_temp); in intel_dsc_get_pps_config()