HomeSort by: relevance | last modified time | path
    Searched defs:dw (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/cesfic/cesfic/
dp8570a.h 20 u_int8_t s, min, h, dm, m, dw; member in struct:dp8570reg::__anon23a44c9f0408
  /src/sys/dev/hid/
hidms.c 262 int dx, dy, dz, dw; local in function:hidms_intr
278 dw = hid_get_data(ibuf, &ms->hidms_loc_w);
286 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 ||
289 dx, dy, dz, dw, buttons));
294 dw, flags);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cik_ih.c 252 uint32_t dw[4]; local in function:cik_ih_decode_iv
254 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
255 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
256 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
257 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
260 entry->src_id = dw[0] & 0xff;
261 entry->src_data[0] = dw[1] & 0xfffffff;
262 entry->ring_id = dw[2] & 0xff;
263 entry->vmid = (dw[2] >> 8) & 0xff;
264 entry->pasid = (dw[2] >> 16) & 0xffff
    [all...]
amdgpu_cz_ih.c 231 uint32_t dw[4]; local in function:cz_ih_decode_iv
233 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
234 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
235 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
236 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
239 entry->src_id = dw[0] & 0xff;
240 entry->src_data[0] = dw[1] & 0xfffffff;
241 entry->ring_id = dw[2] & 0xff;
242 entry->vmid = (dw[2] >> 8) & 0xff;
243 entry->pasid = (dw[2] >> 16) & 0xffff
    [all...]
amdgpu_iceland_ih.c 231 uint32_t dw[4]; local in function:iceland_ih_decode_iv
233 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
234 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
235 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
236 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
239 entry->src_id = dw[0] & 0xff;
240 entry->src_data[0] = dw[1] & 0xfffffff;
241 entry->ring_id = dw[2] & 0xff;
242 entry->vmid = (dw[2] >> 8) & 0xff;
243 entry->pasid = (dw[2] >> 16) & 0xffff
    [all...]
amdgpu_si_ih.c 134 uint32_t dw[4]; local in function:si_ih_decode_iv
136 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
137 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
138 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
139 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
142 entry->src_id = dw[0] & 0xff;
143 entry->src_data[0] = dw[1] & 0xfffffff;
144 entry->ring_id = dw[2] & 0xff;
145 entry->vmid = (dw[2] >> 8) & 0xff;
amdgpu_tonga_ih.c 233 uint32_t dw[4]; local in function:tonga_ih_decode_iv
235 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
236 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
237 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
238 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
241 entry->src_id = dw[0] & 0xff;
242 entry->src_data[0] = dw[1] & 0xfffffff;
243 entry->ring_id = dw[2] & 0xff;
244 entry->vmid = (dw[2] >> 8) & 0xff;
245 entry->pasid = (dw[2] >> 16) & 0xffff
    [all...]
amdgpu_navi10_ih.c 262 uint32_t dw[8]; local in function:navi10_ih_decode_iv
264 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
265 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
266 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
267 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
268 dw[4] = le32_to_cpu(ih->ring[ring_index + 4]);
269 dw[5] = le32_to_cpu(ih->ring[ring_index + 5]);
270 dw[6] = le32_to_cpu(ih->ring[ring_index + 6]);
271 dw[7] = le32_to_cpu(ih->ring[ring_index + 7]);
273 entry->client_id = dw[0] & 0xff
    [all...]
amdgpu_vega10_ih.c 448 uint32_t dw[8]; local in function:vega10_ih_decode_iv
450 dw[0] = le32_to_cpu(ih->ring[ring_index + 0]);
451 dw[1] = le32_to_cpu(ih->ring[ring_index + 1]);
452 dw[2] = le32_to_cpu(ih->ring[ring_index + 2]);
453 dw[3] = le32_to_cpu(ih->ring[ring_index + 3]);
454 dw[4] = le32_to_cpu(ih->ring[ring_index + 4]);
455 dw[5] = le32_to_cpu(ih->ring[ring_index + 5]);
456 dw[6] = le32_to_cpu(ih->ring[ring_index + 6]);
457 dw[7] = le32_to_cpu(ih->ring[ring_index + 7]);
459 entry->client_id = dw[0] & 0xff
    [all...]
  /src/sys/arch/hpc/include/
platid.h 56 } dw; member in union:__anon5a140b99010a
  /src/sys/arch/mips/atheros/
ar5315.c 95 uint32_t memcfg, cw, rw, dw; local in function:ar5315_get_memsize
107 dw = __SHIFTOUT(memcfg, AR5315_MEM_CFG_DATA_WIDTH);
108 dw += 1;
109 dw *= 8; /* bits */
112 memsize = (1 << cw) * (1 << rw) * dw;
114 printf("SDRAM_MEM_CFG =%x, cw=%d rw=%d dw=%d xmemsize=%d\n", memcfg,
115 cw, rw, dw, memsize);
  /src/sys/dev/bluetooth/
btms.c 402 int dx, dy, dz, dw; local in function:btms_input
422 dw = hid_get_data(data, &sc->sc_loc_w);
432 BTMSDBGN(9,("%s: dx=%d, dy=%d, dz=%d, dw=%d, buttons=0x%08x\n",
433 __func__, dx, dy, dz, dw, buttons));
434 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 || buttons != sc->sc_buttons) {
440 dx, dy, dz, dw,
btmagic.c 1316 int dx, dy, dz, dw; local in function:btmagic_input_magicm
1339 dw = 0;
1366 dw += btmagic_scale(tw, &sc->sc_rw,
1414 dw = 0;
1417 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 || mb != sc->sc_mb) {
1422 dx, -dy, -dz, dw, WSMOUSE_INPUT_DELTA);
1513 int dx, dy, dz, dw; local in function:btmagic_input_magict
1523 dx = dy = dz = dw = 0;
1600 dw += btmagic_scale(tx, &sc->sc_rw,
1646 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 || mb != sc->sc_mb)
    [all...]
  /src/sys/dev/wscons/
vt100_base.h 57 int dw; member in struct:vt100base_data
82 (d)->dw = 1; \
86 (d)->dw = 0; \
88 #define NCOLS(d) ((d)->ncols >> (d)->dw)
91 (d)->crow, (f) << (d)->dw, (t) << (d)->dw, (n) << (d)->dw)
93 (d)->crow, (f) << (d)->dw, (n) << (d)->dw, a)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_irq.c 166 u32 dw; local in function:gen11_gt_reset_one_iir
170 dw = raw_reg_read(gt->uncore, GEN11_GT_INTR_DW(bank));
171 if (dw & BIT(bit)) {
179 * We locked GT INT DW by reading it. If we want to (try
intel_engine_cs.c 631 int dw = -ENOMEM; local in function:measure_breadcrumb_dw
656 dw = intel_timeline_pin(&frame->timeline);
657 if (dw < 0)
661 dw = engine->emit_fini_breadcrumb(&frame->rq, frame->cs) - frame->cs;
664 GEM_BUG_ON(dw & 1); /* RING_TAIL must be qword aligned */
673 return dw;
selftest_lrc.c 3659 int dw; local in function:live_lrc_layout
3678 dw = 0;
3680 u32 lri = hw[dw];
3683 dw++;
3687 if (lrc[dw] == 0) {
3689 engine->name, lri, dw);
3690 dw++;
3696 engine->name, dw, lri);
3701 if (lrc[dw] != lri) {
3703 engine->name, dw, lri, lrc[dw])
3821 int dw = find_offset(hw, t->reg); local in function:live_lrc_fixed
    [all...]
  /src/sys/crypto/camellia/
camellia.c 441 uint32_t kw4l, kw4r, dw, tl, tr; local in function:camellia_setup128
517 dw = subl(1) & subl(9), subr(1) ^= CAMELLIA_RL1(dw);
522 dw = subl(1) & subl(17), subr(1) ^= CAMELLIA_RL1(dw);
534 dw = kw4l & subl(16), kw4r ^= CAMELLIA_RL1(dw);
539 dw = kw4l & subl(8), kw4r ^= CAMELLIA_RL1(dw);
559 dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw)
648 uint32_t kw4l, kw4r, dw, tl, tr; local in function:camellia_setup256
    [all...]
  /src/sys/external/bsd/common/linux/
linux_work.c 100 "struct delayed_work *"/*dw*/, "struct workqueue_struct *"/*wq*/,
103 "struct delayed_work *"/*dw*/, "struct workqueue_struct *"/*wq*/);
105 "struct delayed_work *"/*dw*/, "struct workqueue_struct *"/*wq*/);
107 "struct delayed_work *"/*dw*/, "struct workqueue_struct *"/*wq*/);
328 struct delayed_work *const dw = TAILQ_FIRST(&wq->wq_delayed);
330 KASSERT(work_queue(&dw->work) == wq);
331 KASSERTMSG((dw->dw_state == DELAYED_WORK_SCHEDULED ||
332 dw->dw_state == DELAYED_WORK_RESCHEDULED ||
333 dw->dw_state == DELAYED_WORK_CANCELLED),
335 dw, dw->dw_state)
327 struct delayed_work *const dw = TAILQ_FIRST(&wq->wq_delayed); local in function:destroy_workqueue
489 struct delayed_work *const dw = cookie; local in function:linux_workqueue_timeout
    [all...]
  /src/usr.sbin/sysinst/
target.c 577 struct umount_delwedge *dw; local in function:register_post_umount_delwedge
585 dw = calloc(1, sizeof(*dw));
586 dw->next = post_umount_dwlist;
587 strlcpy(dw->disk, disk, sizeof(dw->disk));
588 strlcpy(dw->wedge, wedge, sizeof(dw->wedge));
589 post_umount_dwlist = dw;
602 struct umount_delwedge *dw; local in function:unwind_mounts
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.h 88 u32 dw; member in union:execlist_context_status_pointer_format::__anon1b23e65c070a
  /src/usr.bin/cal/
cal.c 494 int day, dw, dm; local in function:day_array
504 for (dm = month + year * 12, dw = 0; dw < 4; dw++) {
505 if (dm == shift_days[julian][dw][MAXDAYS]) {
506 memmove(days, shift_days[julian][dw],
514 dw = day_in_week(1, month, year);
520 days[dw++] = SPACE - day++;
522 days[dw++] = day++;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_context.c 429 unsigned int dw)
454 (dw * real_page_count(obj)) << PAGE_SHIFT |
455 (dw * sizeof(u32)),
457 dw);
654 unsigned long ncontexts, ndwords, dw; local in function:igt_ctx_exec
677 dw = 0;
701 err = gpu_fill(ce, obj, dw);
704 ndwords, dw, max_dwords(obj),
720 if (++dw == max_dwords(obj)) {
722 dw = 0
800 unsigned long ncontexts, ndwords, dw; local in function:igt_shared_ctx_exec
1350 unsigned long idx, ndwords, dw, num_engines; local in function:igt_ctx_readonly
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
atom.h 223 u16 dw; member in struct:nv50_wndw_atom::__anonf635598f1608
  /src/sys/arch/arm/ti/
if_cpsw.c 614 uint32_t * const dw = bd.word; local in function:cpsw_start
682 dw[0] = cpsw_txdesc_paddr(sc,
684 dw[1] = dm->dm_segs[seg].ds_addr;
685 dw[2] = dm->dm_segs[seg].ds_len;
686 dw[3] = 0;
689 dw[3] |= CPDMA_BD_SOP | CPDMA_BD_OWNER |
693 dw[3] |= CPDMA_BD_EOP;
701 dw[0] = cpsw_txdesc_paddr(sc,
703 dw[1] = sc->sc_txpad_pa;
704 dw[2] = CPSW_PAD_LEN - mlen
846 uint32_t * const dw = bd.word; local in function:cpsw_new_rxbuf
1155 const uint32_t * const dw = bd.word; local in function:cpsw_rxintr
1245 const uint32_t * const dw = bd.word; local in function:cpsw_txintr
    [all...]

Completed in 27 milliseconds

1 2