Searched refs:smx_dc_ctl0 (Results 1 – 1 of 1) sorted by relevance
1269 u32 smx_dc_ctl0; in r700_gfx_init() local1480 smx_dc_ctl0 = RADEON_READ(R600_SMX_DC_CTL0); in r700_gfx_init()1481 smx_dc_ctl0 &= ~R700_CACHE_DEPTH(0x1ff); in r700_gfx_init()1482 smx_dc_ctl0 |= R700_CACHE_DEPTH((dev_priv->r700_sx_num_of_sets * 64) - 1); in r700_gfx_init()1483 RADEON_WRITE(R600_SMX_DC_CTL0, smx_dc_ctl0); in r700_gfx_init()