Searched refs:dwords (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Datapi7v3.h146 uint32_t dwords[1]; member in struct:__anon8946
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_dma.c370 static int i915_emit_cmds(drm_device_t * dev, int __user * buffer, int dwords) argument
376 if ((dwords+1) * sizeof(int) >= dev_priv->ring.Size - 8) {
380 BEGIN_LP_RING((dwords+1)&~1);
382 for (i = 0; i < dwords;) {
390 if ((sz = validate_cmd(cmd)) == 0 || i + sz > dwords) {
406 if (dwords & 1)
H A Dradeon_state.c1623 int dwords = (end - start + 3) / sizeof (u32); local
1627 * dwords, so if we've been given an odd number we must
1630 if (dwords & 1) {
1634 data[dwords++] = RADEON_CP_PACKET2;
1642 OUT_RING(dwords);
1655 int dwords; local
1675 dwords = (prim->finish - prim->start + 3) / sizeof (u32);
1680 data[0] = CP_PACKET3(RADEON_3D_RNDR_GEN_INDX_PRIM, dwords - 2);
1714 int size, dwords, tex_width, blit_width, spitch; local
1848 dwords
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c53 uint32_t dwords[16]; member in union:__anon1050
431 * Retrieve first 16 dwords of device's config header, except for the first
432 * dword. First 16 dwords are defined by the PCI specification.
451 /* Get dwords 1-15 of config space. They must be read as uint32_t. */
458 config_hdr_p->dwords[i] = (uint32_t)cfg_prg.data;
701 config_hdr.dwords[0] = (uint32_t)prg_p->data;
718 if ((config_hdr.dwords[0] == U45_SB_DEVID_VID) &&
719 (config_hdr.dwords[2] == U45_SB_CLASS_RID)) {
1021 uint32_t dwords[DUMP_BUF_SIZE / sizeof (uint32_t)]; member in union:__anon1054
1148 buffer.dwords[nex
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s275 ! Do dwords until source is 64-byte aligned, 0-6 iterations
403 ! while at least 1 dword, do dwords. Max 7 iterations.
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S521 movl $12,%ecx # Frame is 12 dwords

Completed in 344 milliseconds