Searched refs:GROUP_SIZE (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/gpu/drm/radeon/
H A Dr600.c2107 tiling_config |= GROUP_SIZE((ramcfg & BURSTLENGTH_MASK) >> BURSTLENGTH_SHIFT);
H A Drv770.c1362 gb_tiling_config |= GROUP_SIZE((mc_arb_ramcfg & BURSTLENGTH_MASK) >> BURSTLENGTH_SHIFT);
H A Drv770d.h373 #define GROUP_SIZE(x) ((x) << 6) macro
H A Dr600d.h235 #define GROUP_SIZE(x) ((x) << 6) macro
/linux-master/lib/
H A Ddecompress_bunzip2.c62 #define GROUP_SIZE 50 /* 64 would have been more efficient */ macro
209 /* nSelectors: Every GROUP_SIZE many symbols we select a new
361 symCount = GROUP_SIZE-1;

Completed in 372 milliseconds