Searched refs:NUMBER_OF_SETS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dnid.h431 #define NUMBER_OF_SETS(x) ((x) << 1) macro
H A Dni.c658 smx_dc_ctl0 &= ~NUMBER_OF_SETS(0x1ff);
659 smx_dc_ctl0 |= NUMBER_OF_SETS(rdev->config.cayman.sx_num_of_sets);
H A Devergreen.c2089 smx_dc_ctl0 &= ~NUMBER_OF_SETS(0x1ff);
2090 smx_dc_ctl0 |= NUMBER_OF_SETS(rdev->config.evergreen.sx_num_of_sets);
H A Devergreend.h578 #define NUMBER_OF_SETS(x) ((x) << 1) macro

Completed in 116 milliseconds