Home | History | Annotate | Download | only in src

Lines Matching refs:tor

127 	   uint32_t flags, uint32_t vor, uint32_t tor)
129 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
167 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
170 bo, 0, access | NOUVEAU_BO_OR, vor, tor);
174 PUSH_DATA (push, tor);
180 uint32_t vor, uint32_t tor)
183 bo, data, access | NOUVEAU_BO_OR, vor, tor);
187 PUSH_DATA (push, data | tor);
193 uint32_t vor, uint32_t tor)
196 bo, data, access | NOUVEAU_BO_OR, vor, tor);
203 data |= tor;