Searched refs:ntpcv (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf117.c202 u8 shift, ntpcv; local
211 ntpcv = gr->tpc_total;
212 while (!(ntpcv & (1 << 4))) {
213 ntpcv <<= 1;
217 data2[0] = (ntpcv << 16);
219 data2[0] |= (((1 << (0 + 5)) % ntpcv) << 24);
221 data2[1] |= ((1 << (i + 5)) % ntpcv) << ((i - 1) * 5);
H A Dctxgf100.c1097 u8 shift, ntpcv; local
1106 ntpcv = gr->tpc_total;
1107 while (!(ntpcv & (1 << 4))) {
1108 ntpcv <<= 1;
1112 data2[0] = (ntpcv << 16);
1114 data2[0] |= (((1 << (0 + 5)) % ntpcv) << 24);
1116 data2[1] |= ((1 << (i + 5)) % ntpcv) << ((i - 1) * 5);

Completed in 235 milliseconds