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

/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Datapi7v3.h146 uint32_t dwords[1]; member in struct:__anon9034
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/pcitool/
H A Dpcitool.c53 uint32_t dwords[16]; member in union:__anon1182
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:__anon1186
1148 buffer.dwords[nex
[all...]
/opensolaris-onvv-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.

Completed in 126 milliseconds