Lines Matching refs:stat
94 u32 stat = nvkm_rd32(device, 0x6101f0 + (chid * 12)); in gf119_disp_intr_error() local
95 u32 type = (stat & 0x00007000) >> 12; in gf119_disp_intr_error()
96 u32 mthd = (stat & 0x00000ffc); in gf119_disp_intr_error()
104 chid, stat, type, reason ? reason->name : "", in gf119_disp_intr_error()
130 u32 stat = nvkm_rd32(device, 0x61008c); in gf119_disp_intr() local
131 while (stat) { in gf119_disp_intr()
132 int chid = __ffs(stat); stat &= ~(1 << chid); in gf119_disp_intr()
140 u32 stat = nvkm_rd32(device, 0x61009c); in gf119_disp_intr() local
141 int chid = ffs(stat) - 1; in gf119_disp_intr()
148 u32 stat = nvkm_rd32(device, 0x6100ac); in gf119_disp_intr() local
149 if (stat & 0x00000007) { in gf119_disp_intr()
150 disp->super = (stat & 0x00000007); in gf119_disp_intr()
153 stat &= ~0x00000007; in gf119_disp_intr()
156 if (stat) { in gf119_disp_intr()
157 nvkm_warn(subdev, "intr24 %08x\n", stat); in gf119_disp_intr()
158 nvkm_wr32(device, 0x6100ac, stat); in gf119_disp_intr()
168 u32 stat = nvkm_rd32(device, 0x6100bc + hoff); in gf119_disp_intr() local
169 if (stat & 0x00000001) in gf119_disp_intr()