Lines Matching refs:value

359 #define FW_WM(value, plane) \
360 (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK)
472 * pessimal value. It's a tradeoff between extra memory fetches (if we
473 * set this value too high, the FIFO will fetch frequently to stay full)
477 * A value of 5us seems to be a good balance; safe for very low end
797 * Bspec seems to indicate that the value shouldn't be lower than
999 #define FW_WM_VLV(value, plane) \
1000 (((value) << DSPFW_ ## plane ## _SHIFT) & DSPFW_ ## plane ## _MASK_VLV)
1102 * repartitioning as the maximum watermark value the
1194 int level, enum plane_id plane_id, u16 value)
1202 dirty |= raw->plane[plane_id] != value;
1203 raw->plane[plane_id] = value;
1210 int level, u16 value)
1221 dirty |= raw->fbc != value;
1222 raw->fbc = value;
1810 * levels to 'value' in the "raw" watermarks.
1813 int level, enum plane_id plane_id, u16 value)
1822 dirty |= raw->plane[plane_id] != value;
1823 raw->plane[plane_id] = value;
1994 #define VLV_FIFO(plane, value) \
1995 (((value) << DSPARB_ ## plane ## _SHIFT_VLV) & DSPARB_ ## plane ## _MASK_VLV)
3371 /* The value we need to program into the WM_LPx latency field */
4376 * Return value is provided in 16.16 fixed point form to retain fractional part.
4377 * Caller should take care of dividing & rounding off the value.
5377 /* Bspec says: value >= plane ddb allocation -> invalid, hence the +1 here */
5450 * The spec asks for Selected Result Blocks for wm0 (the real value),
5451 * not Result Blocks (the integer value). Pay attention to the capital
5452 * letters. The value wm_l0->plane_res_b is actually Result Blocks, but
6054 * default value of the watermarks registers is not zero.
6072 * Required because the reset value of the wm registers
6334 #define _FW_WM(value, plane) \
6335 (((value) & DSPFW_ ## plane ## _MASK) >> DSPFW_ ## plane ## _SHIFT)
6336 #define _FW_WM_VLV(value, plane) \
6337 (((value) & DSPFW_ ## plane ## _MASK_VLV) >> DSPFW_ ## plane ## _SHIFT)
6807 * The final value programmed to the register should always be rounded up,
6990 "Wrong MCH_SSKPD value: 0x%08x This can cause underruns.\n",