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

1 2 3 4 5 6 7 8

  /src/sys/arch/hpc/stand/hpcboot/menu/
platform.cpp 45 if (mask->dw.dw0 == PLATID_WILD || mask->dw.dw1 == PLATID_WILD)
56 _pref.platid_hi = mask->dw.dw0;
57 _pref.platid_lo = mask->dw.dw1;
62 if ((mask->dw.dw0 == _pref.platid_hi) &&
63 (mask->dw.dw1 == _pref.platid_lo))
  /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/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/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/arch/hpc/hpc/
platid.c 56 pid->dw.dw0 = ntohl(pid->dw.dw0);
57 pid->dw.dw1 = ntohl(pid->dw.dw1);
64 pid->dw.dw0 = htonl(pid->dw.dw0);
65 pid->dw.dw1 = htonl(pid->dw.dw1);
platid_test.c 49 if (pid.dw.dw0 != PLATID_CPU_ARCH_MASK && err_count++ || verbose) {
57 if (pid.dw.dw0 != PLATID_CPU_SERIES_MASK && err_count++ || verbose) {
65 if (pid.dw.dw0 != PLATID_CPU_MODEL_MASK && err_count++ || verbose) {
73 if (pid.dw.dw0 != PLATID_CPU_SUBMODEL_MASK && err_count++ || verbose) {
81 if (pid.dw.dw0 != PLATID_FLAGS_MASK && err_count++ || verbose) {
89 if (pid.dw.dw1 != PLATID_VENDOR_MASK && err_count++ || verbose) {
97 if (pid.dw.dw1 != PLATID_SERIES_MASK && err_count++ || verbose) {
105 if (pid.dw.dw1 != PLATID_MODEL_MASK && err_count++ || verbose) {
113 if (pid.dw.dw1 != PLATID_SUBMODEL_MASK && err_count++ || verbose) {
247 pid.dw.dw0 = PLATID_CPU_MIPS_VR_4111
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
framebuffer.cpp 54 target.dw.dw0 = cpu;
55 target.dw.dw1 = machine;
58 entry.dw.dw0 = tab->cpu;
59 entry.dw.dw1 = tab->machine;
  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 102 cd9660_bothendian_dword(uint32_t dw, unsigned char *eightchar)
106 le = dw;
107 be = bswap32(dw);
110 be = dw;
111 le = bswap32(dw);
124 cd9660_bothendian_word(uint16_t dw, unsigned char *fourchar)
128 le = dw;
129 be = bswap16(dw);
132 be = dw;
133 le = bswap16(dw);
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/synaptics/
berlin4ct.dtsi 134 compatible = "snps,dw-apb-gpio";
140 compatible = "snps,dw-apb-gpio-port";
152 compatible = "snps,dw-apb-gpio";
158 compatible = "snps,dw-apb-gpio-port";
170 compatible = "snps,dw-apb-gpio";
176 compatible = "snps,dw-apb-gpio-port";
188 compatible = "snps,dw-apb-gpio";
194 compatible = "snps,dw-apb-gpio-port";
206 compatible = "snps,dw-apb-ictl";
233 compatible = "snps,dw-apb-ictl"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
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_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_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_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/external/gpl2/dts/dist/arch/arm/boot/dts/
berlin2cd.dtsi 175 compatible = "snps,dw-apb-gpio";
181 compatible = "snps,dw-apb-gpio-port";
193 compatible = "snps,dw-apb-gpio";
199 compatible = "snps,dw-apb-gpio-port";
211 compatible = "snps,dw-apb-gpio";
217 compatible = "snps,dw-apb-gpio-port";
229 compatible = "snps,dw-apb-gpio";
235 compatible = "snps,dw-apb-gpio-port";
267 compatible = "snps,dw-apb-ssi";
277 compatible = "snps,dw-wdt"
    [all...]
exynos5260-xyref5260.dts 71 samsung,dw-mshc-ciu-div = <3>;
72 samsung,dw-mshc-sdr-timing = <0 4>;
73 samsung,dw-mshc-ddr-timing = <0 2>;
83 samsung,dw-mshc-ciu-div = <3>;
84 samsung,dw-mshc-sdr-timing = <2 3>;
85 samsung,dw-mshc-ddr-timing = <1 2>;
berlin2.dtsi 185 compatible = "snps,dw-apb-gpio";
191 compatible = "snps,dw-apb-gpio-port";
203 compatible = "snps,dw-apb-gpio";
209 compatible = "snps,dw-apb-gpio-port";
221 compatible = "snps,dw-apb-gpio";
227 compatible = "snps,dw-apb-gpio-port";
239 compatible = "snps,dw-apb-gpio";
245 compatible = "snps,dw-apb-gpio-port";
257 compatible = "snps,dw-apb-timer";
266 compatible = "snps,dw-apb-timer"
    [all...]
berlin2q.dtsi 246 compatible = "snps,dw-apb-gpio";
252 compatible = "snps,dw-apb-gpio-port";
264 compatible = "snps,dw-apb-gpio";
270 compatible = "snps,dw-apb-gpio-port";
282 compatible = "snps,dw-apb-gpio";
288 compatible = "snps,dw-apb-gpio-port";
300 compatible = "snps,dw-apb-gpio";
306 compatible = "snps,dw-apb-gpio-port";
342 compatible = "snps,dw-apb-timer";
350 compatible = "snps,dw-apb-timer"
    [all...]
exynos5410-smdk5410.dts 51 samsung,dw-mshc-ciu-div = <3>;
52 samsung,dw-mshc-sdr-timing = <2 3>;
53 samsung,dw-mshc-ddr-timing = <1 2>;
61 samsung,dw-mshc-ciu-div = <3>;
62 samsung,dw-mshc-sdr-timing = <2 3>;
63 samsung,dw-mshc-ddr-timing = <1 2>;
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_console.cpp 56 target.dw.dw0 = HPC_PREFERENCE.platid_hi;
57 target.dw.dw1 = HPC_PREFERENCE.platid_lo;
61 entry.dw.dw0 = tab->cpu;
62 entry.dw.dw1 = tab->machine;
  /src/sys/dev/rasops/
rasops_masks.h 70 /* Get a number of bits ( <= 32 ) from *sp and store in dw */
71 #define GETBITS(sp, x, w, dw) do { \
72 dw = MBL(*(sp), (x)); \
74 dw |= (MBR((sp)[1], 32 - (x))); \
  /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/arch/cesfic/cesfic/
dp8570a.h 20 u_int8_t s, min, h, dm, m, dw; member in struct:dp8570reg::__anon23a44c9f0408
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/realtek/
rtd129x.dtsi 127 compatible = "snps,dw-low-reset";
133 compatible = "snps,dw-low-reset";
139 compatible = "snps,dw-low-reset";
145 compatible = "snps,dw-low-reset";
153 compatible = "snps,dw-low-reset";
165 compatible = "snps,dw-apb-uart";
177 compatible = "snps,dw-apb-uart";
187 compatible = "snps,dw-apb-uart";
rtd139x.dtsi 125 compatible = "snps,dw-low-reset";
131 compatible = "snps,dw-low-reset";
137 compatible = "snps,dw-low-reset";
143 compatible = "snps,dw-low-reset";
151 compatible = "snps,dw-low-reset";
163 compatible = "snps,dw-apb-uart";
175 compatible = "snps,dw-apb-uart";
185 compatible = "snps,dw-apb-uart";
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sophgo/
cv18xx.dtsi 65 compatible = "snps,dw-apb-gpio";
71 compatible = "snps,dw-apb-gpio-port";
83 compatible = "snps,dw-apb-gpio";
89 compatible = "snps,dw-apb-gpio-port";
101 compatible = "snps,dw-apb-gpio";
107 compatible = "snps,dw-apb-gpio-port";
119 compatible = "snps,dw-apb-gpio";
125 compatible = "snps,dw-apb-gpio-port";
192 compatible = "snps,dw-apb-uart";
203 compatible = "snps,dw-apb-uart"
    [all...]

Completed in 59 milliseconds

1 2 3 4 5 6 7 8