Searched refs:CACHE_DEPTH (Results 1 – 2 of 2) sorted by relevance
1411 smx_dc_ctl0 &= ~CACHE_DEPTH(0x1ff); in rv770_gpu_init()1412 smx_dc_ctl0 |= CACHE_DEPTH((rdev->config.rv770.sx_num_of_sets * 64) - 1); in rv770_gpu_init()
514 #define CACHE_DEPTH(x) ((x) << 1) macro