Home
last modified time | relevance | path

Searched refs:FRACTIONAL_PART_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Dbw_fixed.c35 #define FRACTIONAL_PART_MASK \ macro
39 (FRACTIONAL_PART_MASK & (x))
Dfixpt31_32.c62 #define FRACTIONAL_PART_MASK \ macro
69 (FRACTIONAL_PART_MASK & (x))
425 unsigned int fractional_part = FRACTIONAL_PART_MASK & value; in ux_dy()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Dspl_fixpt31_32.c40 #define FRACTIONAL_PART_MASK \ macro
47 (FRACTIONAL_PART_MASK & (x))
407 unsigned int fractional_part = FRACTIONAL_PART_MASK & value; in ux_dy()