Lines Matching refs:tpc
1037 int gpc, tpc;
1043 for (tpc = 0; tpc < gr->tpc_nr[gpc]; tpc++) {
1044 const u32 o = TPC_UNIT(gpc, tpc, 0x0520);
1293 gf100_grctx_generate_sm_id(struct gf100_gr *gr, int gpc, int tpc, int sm)
1296 nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x698), sm);
1297 nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x4e8), sm);
1298 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c10 + tpc * 4), sm);
1299 nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x088), sm);
1309 func->sm_id(gr, gr->sm[sm].gpc, gr->sm[sm].tpc, sm);
1356 gf100_gr_mmio(gr, grctx->tpc);
1568 .tpc = gf100_grctx_pack_tpc,