Home | History | Annotate | Download | only in nv30

Lines Matching refs:vor

24       uint32_t flags, uint32_t vor, uint32_t tor)
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
65 PUSH_DATA(push, vor);
73 uint32_t vor, uint32_t tor)
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
78 PUSH_DATA(push, data | vor);
86 uint32_t vor, uint32_t tor)
90 bo, data, access | NOUVEAU_BO_OR, vor, tor);
94 data |= vor;
105 uint32_t vor, uint32_t tor)
108 r->domain | access, vor, tor)->priv = r;