Lines Matching refs:value
82 * These users musn't need to know to reason about the modifier value
392 * and must use the same numerical value as the original definition.
547 * Converted Clear Color value and the next 32 bits store the Higher Converted
548 * Clear Color value when applicable. The Converted Clear Color values are
679 * 19:12 k Page Kind. This value directly maps to a field in the page
735 * with block-linear layouts, is remapped within drivers to the value 0xfe,
836 * of column width in the modifier (we can't use the stride value due
1354 #define AMD_FMT_MOD_SET(field, value) \
1355 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT)
1356 #define AMD_FMT_MOD_GET(field, value) \
1357 (((value) >> AMD_FMT_MOD_##field##_SHIFT) & AMD_FMT_MOD_##field##_MASK)