Searched refs:R600_TC_L2_SIZE (Results 1 – 2 of 2) sorted by relevance
1125 tc_cntl = R600_TC_L2_SIZE(8); in r600_gfx_init()1129 tc_cntl = R600_TC_L2_SIZE(4); in r600_gfx_init()1132 tc_cntl = R600_TC_L2_SIZE(0) | R600_L2_DISABLE_LATE_HIT; in r600_gfx_init()1135 tc_cntl = R600_TC_L2_SIZE(0); in r600_gfx_init()
1703 # define R600_TC_L2_SIZE(x) ((x) << 5) macro