Searched refs:R600_TC_L2_SIZE (Results 1 – 2 of 2) sorted by relevance
1151 tc_cntl = R600_TC_L2_SIZE(8); in r600_gfx_init()1155 tc_cntl = R600_TC_L2_SIZE(4); in r600_gfx_init()1158 tc_cntl = R600_TC_L2_SIZE(0) | R600_L2_DISABLE_LATE_HIT; in r600_gfx_init()1161 tc_cntl = R600_TC_L2_SIZE(0); in r600_gfx_init()
1690 # define R600_TC_L2_SIZE(x) ((x) << 5) macro