HomeSort by: relevance | last modified time | path
    Searched defs:ustatus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv50.c 245 nv50_gr_prop_trap(struct nv50_gr *gr, u32 ustatus_addr, u32 ustatus, u32 tp)
259 if (ustatus & 0x00000080) {
274 ustatus &= ~0x00000080;
276 if (ustatus) {
277 nvkm_snprintbf(msg, sizeof(msg), nv50_gr_trap_prop, ustatus);
280 tp, ustatus, msg, e14, e10);
339 u32 ustatus_addr, ustatus; local in function:nv50_gr_tp_trap
347 ustatus = nvkm_rd32(device, ustatus_addr) & 0x7fffffff;
348 if (!ustatus)
358 if (ustatus) {
406 u32 ustatus; local in function:nv50_gr_trap_handler
491 u32 ustatus = nvkm_rd32(device, 0x406800) & 0x7fffffff; local in function:nv50_gr_trap_handler
514 u32 ustatus = nvkm_rd32(device, 0x400c04) & 0x7fffffff; local in function:nv50_gr_trap_handler
    [all...]
nouveau_nvkm_engine_gr_nv50.c 245 nv50_gr_prop_trap(struct nv50_gr *gr, u32 ustatus_addr, u32 ustatus, u32 tp)
259 if (ustatus & 0x00000080) {
274 ustatus &= ~0x00000080;
276 if (ustatus) {
277 nvkm_snprintbf(msg, sizeof(msg), nv50_gr_trap_prop, ustatus);
280 tp, ustatus, msg, e14, e10);
339 u32 ustatus_addr, ustatus; local in function:nv50_gr_tp_trap
347 ustatus = nvkm_rd32(device, ustatus_addr) & 0x7fffffff;
348 if (!ustatus)
358 if (ustatus) {
406 u32 ustatus; local in function:nv50_gr_trap_handler
491 u32 ustatus = nvkm_rd32(device, 0x406800) & 0x7fffffff; local in function:nv50_gr_trap_handler
514 u32 ustatus = nvkm_rd32(device, 0x400c04) & 0x7fffffff; local in function:nv50_gr_trap_handler
    [all...]

Completed in 27 milliseconds