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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 4576 uint32_t dw2 = 0; local
4584 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */
4587 dw2 |= 0x8001;
4589 dw2 |= 0x01000000;
4591 dw2 |= 0x10002;
4595 dw2 |= 0x10000000;
4601 dw2 |= 0x10000000;
4605 amdgpu_ring_write(ring, dw2);
amdgpu_gfx_v7_0.c 2333 uint32_t dw2 = 0; local
2335 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */
2339 dw2 |= 0x8001;
2341 dw2 |= 0x01000000;
2343 dw2 |= 0x10002;
2347 amdgpu_ring_write(ring, dw2);
amdgpu_gfx_v8_0.c 6399 uint32_t dw2 = 0; local
6404 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */
6408 dw2 |= 0x8001;
6410 dw2 |= 0x01000000;
6412 dw2 |= 0x10002;
6416 dw2 |= 0x10000000;
6422 dw2 |= 0x10000000;
6426 amdgpu_ring_write(ring, dw2);
amdgpu_gfx_v9_0.c 5247 uint32_t dw2 = 0; local
5254 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */
5257 dw2 |= 0x8001;
5259 dw2 |= 0x01000000;
5261 dw2 |= 0x10002;
5265 dw2 |= 0x10000000;
5271 dw2 |= 0x10000000;
5275 amdgpu_ring_write(ring, dw2);
  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 4397 dw_t dw2 = get_dep_weak (ds2, t);
4402 dw = ((ds_t) dw1) * ((ds_t) dw2);
4409 if (dw1 >= dw2)
4412 dw = dw2;
4387 dw_t dw2 = get_dep_weak (ds2, t); local
sel-sched.cc 3428 dw_t dw1, dw2;
3439 dw2 = ds_weak (ds2);
3441 dw2 = NO_DEP_WEAK;
3443 dw = dw2 - dw1;
3417 dw_t dw1, dw2; local
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 4366 dw_t dw2 = get_dep_weak (ds2, t);
4371 dw = ((ds_t) dw1) * ((ds_t) dw2);
4378 if (dw1 >= dw2)
4381 dw = dw2;
4356 dw_t dw2 = get_dep_weak (ds2, t); local
sel-sched.cc 3420 dw_t dw1, dw2;
3431 dw2 = ds_weak (ds2);
3433 dw2 = NO_DEP_WEAK;
3435 dw = dw2 - dw1;
3409 dw_t dw1, dw2; local
  /src/sys/dev/pci/
if_jmereg.h 904 uint32_t dw2; member in struct:jme_ssb

Completed in 169 milliseconds