Lines Matching refs:nvkm_rd32
44 *vline = nvkm_rd32(device, 0x616330 + hoff) & 0x0000ffff; in gv100_head_rgpos()
45 *hline = nvkm_rd32(device, 0x616334 + hoff) & 0x0000ffff; in gv100_head_rgpos()
55 data = nvkm_rd32(device, 0x682064 + hoff); in gv100_head_state()
58 data = nvkm_rd32(device, 0x682068 + hoff); in gv100_head_state()
61 data = nvkm_rd32(device, 0x68206c + hoff); in gv100_head_state()
64 data = nvkm_rd32(device, 0x682070 + hoff); in gv100_head_state()
67 state->hz = nvkm_rd32(device, 0x68200c + hoff); in gv100_head_state()
69 data = nvkm_rd32(device, 0x682004 + hoff); in gv100_head_state()
94 if (!(nvkm_rd32(device, 0x610060) & (0x00000001 << id))) in gv100_head_new()
103 *pmask = nvkm_rd32(device, 0x610060) & 0x000000ff; in gv100_head_cnt()
104 return nvkm_rd32(device, 0x610074) & 0x0000000f; in gv100_head_cnt()