Home
last modified time | relevance | path

Searched refs:TEMP_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c389 #define TEMP_MASK REG_GENMASK(10, 8) macro
390 #define TEMP_FIELD REG_FIELD_PREP(TEMP_MASK, 2)
394 .expected_clr_bits = TEMP_MASK,
402 TEMP_MASK, TEMP_FIELD))
405 #undef TEMP_MASK
/linux/drivers/gpu/drm/xe/regs/
H A Dxe_mchbar_regs.h38 #define TEMP_MASK REG_GENMASK(7, 0) macro