Lines Matching refs:tpc
204 int gpc, tpc, rop; in gk104_gr_init() local
233 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; in gk104_gr_init()
235 data[i / 8] |= tpc << ((i % 8) * 4); in gk104_gr_init()
279 for (tpc = 0; tpc < priv->tpc_nr[gpc]; tpc++) { in gk104_gr_init()
280 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x508), 0xffffffff); in gk104_gr_init()
281 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x50c), 0xffffffff); in gk104_gr_init()
282 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x224), 0xc0000000); in gk104_gr_init()
283 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x48c), 0xc0000000); in gk104_gr_init()
284 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x084), 0xc0000000); in gk104_gr_init()
285 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x644), 0x001ffffe); in gk104_gr_init()
286 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x64c), 0x0000000f); in gk104_gr_init()