Searched refs:dword (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h163 /* First 32-bit dword, bits 0:32 */
165 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK)
166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */
168 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK)
169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */
171 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BIT
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_mcdi.c51 efx_dword_t dword; local
80 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 1);
81 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE);
118 efx_dword_t dword; local
126 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos);
127 EFSYS_MEM_WRITED(esmp, pos, &dword);
132 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
133 EFSYS_MEM_WRITED(esmp, hdr_len + pos, &dword);
141 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0,
143 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_LWRD_REG, &dword, B_FALS
186 efx_dword_t dword; local
[all...]
H A Dsiena_mcdi.c61 efx_dword_t dword; local
74 dword = *(efx_dword_t *)hdrp;
75 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, pdur, &dword, B_TRUE);
79 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
81 pdur + 1 + (pos >> 2), &dword, B_FALSE);
85 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 0xd004be11);
86 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, dbr, &dword, B_FALSE);
104 efx_dword_t dword;
111 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, rebootr, &dword, B_FALSE);
112 value = EFX_DWORD_FIELD(dword, EFX_DWORD_
[all...]
H A Def10_intr.c153 efx_dword_t dword; local
159 EFX_BAR_READD(enp, ER_DZ_BIU_INT_ISR_REG, &dword, B_FALSE);
160 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
H A Dsiena_phy.c447 efx_dword_t dword; \
448 EFSYS_MEM_READD(_esmp, (_mc_record) * 4, &dword);\
450 EFX_DWORD_FIELD(dword, EFX_DWORD_0); \
482 efx_dword_t dword; local
485 &dword);
486 sig = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
524 efx_dword_t dword; local
526 EFSYS_MEM_READD(esmp, 4 * MC_CMD_PHYXS_SYNC, &dword);
527 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
H A Def10_ev.c314 efx_dword_t dword; local
324 EFX_POPULATE_DWORD_2(dword,
330 &dword, B_FALSE);
332 EFX_POPULATE_DWORD_2(dword,
338 &dword, B_FALSE);
340 EFX_POPULATE_DWORD_1(dword, ERF_DZ_EVQ_RPTR, rptr);
342 &dword, B_FALSE);
410 efx_dword_t dword; local
435 EFX_POPULATE_DWORD_3(dword,
441 eep->ee_index, &dword,
[all...]
H A Dmcdi_mon.c234 efx_dword_t dword; local
237 EFSYS_MEM_READD(esmp, 4 * (idx - 1), &dword);
240 stat[id].emsv_value = (uint16_t)EFX_DWORD_FIELD(dword,
243 stat[id].emsv_state = (uint16_t)EFX_DWORD_FIELD(dword,
H A Defx_ev.c1024 efx_dword_t dword; local
1028 EFX_POPULATE_DWORD_1(dword, FRF_AZ_EVQ_RPTR, rptr);
1031 &dword, B_FALSE);
1198 efx_dword_t dword; local
1208 EFX_POPULATE_DWORD_2(dword,
1221 EFX_POPULATE_DWORD_2(dword,
1229 eep->ee_index, &dword, locked);
H A Defx_intr.c467 efx_dword_t dword; local
476 EFX_BAR_READD(enp, FR_BZ_INT_ISR0_REG, &dword, B_FALSE);
477 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
H A Def10_rx.c684 efx_dword_t dword; local
696 EFX_POPULATE_DWORD_1(dword, ERF_DZ_RX_DESC_WPTR, wptr);
703 erp->er_index, &dword, B_FALSE);
H A Def10_nvram.c45 uint32_t *limit; /* Last dword of data block */
80 uint32_t dword, tag; local
82 dword = cursor->current[0];
83 tag = __LE_TO_CPU_32(dword);
92 uint32_t dword, length; local
97 dword = cursor->current[1];
98 length = __LE_TO_CPU_32(dword);
H A Defx_rx.c1047 efx_dword_t dword; local
1058 EFX_POPULATE_DWORD_1(dword,
1066 erp->er_index, &dword, B_FALSE);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin.h114 __asm lock cmpxchg dword ptr [ecx], edx \
136 __asm lock cmpxchg dword ptr [ecx], edx \
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s72 andcc %o1, 7, %o4 ! dword aligned ?
110 ldx [%o3 + %g4], %o1 ! src dword
113 andn %o5, %o1, %g1 ! ~dword & 0x8080808080808080
114 sub %o1, %o4, %g5 ! dword - 0x0101010101010101
115 andcc %g5, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
157 bz,pn %ncc, .fillaligned ! dst already dword aligned
162 sub %o4, 8, %o4 ! bytes to align dst to dword boundary
178 add %g4, 7, %o2 ! round up to next dword boundar
[all...]
H A Dstrlcpy.s65 andcc %i1, 7, %i4 ! src dword aligned ?
103 ldx [%i3 + %g4], %l1 ! src dword
106 andn %i5, %l1, %g1 ! ~dword & 0x8080808080808080
107 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
236 ldx [%i3], %l1 ! src dword
238 andn %i5, %l1, %g1 ! ~dword & 0x8080808080808080
239 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
240 andcc %l0, %g1, %g0 ! ((dword
[all...]
H A Dstrcpy.s65 andcc %o1, 7, %o4 ! dword aligned ?
133 ldx [%o2 + %o3], %o1 ! src dword
135 andn %o5, %o1, %g1 ! ~dword & 0x8080808080808080
136 sub %o1, %o4, %g4 ! dword - 0x0101010101010101
137 andcc %g4, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
197 ba .storebyte1421 ! next dword
216 ba .storebyte1241 ! next dword
H A Dstrcmp.s84 andcc %o1, 7, %o3 ! s2 dword aligned ?
90 and %o1, -8, %o1 ! round s1 down to next aligned dword
92 ldx [%o1], %o0 ! new lower dword in s2
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s103 lduw [%i3 + %i4], %i1 ! src dword
106 andn %i5, %i1, %g1 ! ~dword & 0x80808080
107 sub %i1, %l1, %l0 ! dword - 0x01010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x01010101) & ~dword & 0x80808080)
163 addcc %l1, %i2, %l1 ! dword count == 1 ?
263 ba .storehalfword ! next dword
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S227 push dword ptr [bx+8] /* relsect (lo 32 of 64-bit number) */
228 push dword ptr [solaris_priboot] /* seg:ofs of buffer */
328 call dword ptr [solaris_priboot] /* call doesn't return! */
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c47 static void dword(struct roff_man *, int, int, const char *,
422 dword(struct roff_man *mdoc, int line, int col, const char *p, function
469 dword(mdoc, line, la, p, DELIM_MAX, 1);
507 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE ||
687 dword(mdoc, line, lastarg, p, DELIM_MAX,
848 dword(mdoc, line, la, p, d,
1087 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1184 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1241 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1248 dword(mdo
[all...]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c244 txDesc->dword[2] = dw2;
249 txDesc->dword[3] = dw3;
269 txDesc->dword[3] |= VMXNET3_TXD_CQ | VMXNET3_TXD_EOP;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c119 static void hermon_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i);
120 static void hermon_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i);
1577 /* Write the sector, one dword at a time */
1677 uint32_t dword; member in union:__anon5964
1678 } dword; local
1771 * Our lowest write granularity on SPI is a dword.
1773 * dword that contains this byte, modify this byte,
1774 * and write the dword back out.
1777 /* Determine dword offset and byte offset within the dword */
2749 hermon_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) argument
2758 hermon_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) argument
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1295 uint32_t dword; member in union:__anon567
1371 crc16_u.dword = ioctl_info.af_quadlet;
1375 if (crc != crc16_u.dword) {
1377 "differs from GUID section 0x%x\n"), crc, crc16_u.dword);
1380 "GUID section 0x%x\n", crc, crc16_u.dword);
1497 int dword; local
1503 dword = MLXSWAPBITS32(data[i]);
1505 dword = data[i];
1507 dword, cnx_magic_pattern[i]);
1508 if (dword !
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c136 u32 offset, u32 dword);
3511 u32 dword = 0; local
3547 &dword);
3551 data[i] = (u16)(dword & 0xFFFF);
3553 data[i] = (u16)((dword >> 16) & 0xFFFF);
3562 &dword);
3569 data[i] = (u16) (dword & 0xFFFF);
3574 data[i+1] = (u16) (dword >> 16 & 0xFFFF);
3778 * e1000_read_flash_dword_ich8lan - Read dword from flash
3783 * Reads the flash dword a
4060 u32 dword = 0; local
4630 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 dword) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c100 static void tavor_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i);
101 static void tavor_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i);
2310 tavor_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) argument
2312 ch[i] = (uint8_t)((dword & 0xFF000000) >> 24);
2313 ch[i+1] = (uint8_t)((dword & 0x00FF0000) >> 16);
2314 ch[i+2] = (uint8_t)((dword & 0x0000FF00) >> 8);
2315 ch[i+3] = (uint8_t)((dword & 0x000000FF));
2319 tavor_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) argument
2321 *dword = (uint32_t)

Completed in 110 milliseconds

12