Searched refs:R700_CACHE_DEPTH (Results 1 – 2 of 2) sorted by relevance
1594 smx_dc_ctl0 &= ~R700_CACHE_DEPTH(0x1ff); in r700_gfx_init()1595 smx_dc_ctl0 |= R700_CACHE_DEPTH((dev_priv->r700_sx_num_of_sets * 64) - 1); in r700_gfx_init()
1714 # define R700_CACHE_DEPTH(x) ((x) << 1) macro