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

12

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h271 /* First 32-bit dword, bits 0:32 */
273 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK)
274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */
276 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK)
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */
279 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BIT
[all...]
/freebsd-11-stable/stand/mips/uboot/
H A Dstart.S64 .dword 0
68 .dword 0
71 .dword 0
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl460 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd
461 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc
462 .dword 0x3956c25bf348b538, 0x59f111f1b605d019
463 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118
464 .dword 0xd807aa98a3030242, 0x12835b0145706fbe
465 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2
466 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1
467 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694
468 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3
469 .dword
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_mcdi.c54 efx_dword_t dword; local
83 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 1);
84 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE);
161 efx_dword_t dword; local
169 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos);
170 EFSYS_MEM_WRITED(esmp, pos, &dword);
175 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
176 EFSYS_MEM_WRITED(esmp, hdr_len + pos, &dword);
184 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0,
186 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_LWRD_REG, &dword, B_FALS
231 efx_dword_t dword; local
[all...]
H A Dsiena_mcdi.c64 efx_dword_t dword; local
77 dword = *(efx_dword_t *)hdrp;
78 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, pdur, &dword, B_TRUE);
82 dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
84 pdur + 1 + (pos >> 2), &dword, B_FALSE);
88 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 0xd004be11);
89 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, dbr, &dword, B_FALSE);
106 efx_dword_t dword;
113 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, rebootr, &dword, B_FALSE);
114 value = EFX_DWORD_FIELD(dword, EFX_DWORD_
[all...]
H A Def10_intr.c155 efx_dword_t dword; local
161 EFX_BAR_READD(enp, ER_DZ_BIU_INT_ISR_REG, &dword, B_FALSE);
162 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
H A Dsiena_phy.c448 efx_dword_t dword; \
449 EFSYS_MEM_READD(_esmp, (_mc_record) * 4, &dword);\
451 EFX_DWORD_FIELD(dword, EFX_DWORD_0); \
483 efx_dword_t dword; local
486 &dword);
487 sig = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
525 efx_dword_t dword; local
527 EFSYS_MEM_READD(esmp, 4 * MC_CMD_PHYXS_SYNC, &dword);
528 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
H A Def10_ev.c585 efx_dword_t dword; local
595 EFX_POPULATE_DWORD_2(dword,
601 &dword, B_FALSE);
603 EFX_POPULATE_DWORD_2(dword,
609 &dword, B_FALSE);
611 EFX_POPULATE_DWORD_1(dword, ERF_DZ_EVQ_RPTR, rptr);
613 &dword, B_FALSE);
681 efx_dword_t dword; local
720 EFX_POPULATE_DWORD_3(dword,
726 eep->ee_index, &dword,
[all...]
H A Defx_intr.c470 efx_dword_t dword; local
479 EFX_BAR_READD(enp, FR_BZ_INT_ISR0_REG, &dword, B_FALSE);
480 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
H A Dmcdi_mon.c242 efx_dword_t dword; local
245 EFSYS_MEM_READD(esmp, 4 * (idx - 1), &dword);
248 stat[id].emsv_value = (uint16_t)EFX_DWORD_FIELD(dword,
251 stat[id].emsv_state = (uint16_t)EFX_DWORD_FIELD(dword,
H A Defx_ev.c1211 efx_dword_t dword; local
1215 EFX_POPULATE_DWORD_1(dword, FRF_AZ_EVQ_RPTR, rptr);
1218 &dword, B_FALSE);
1250 efx_dword_t dword; local
1260 EFX_POPULATE_DWORD_2(dword,
1270 EFX_POPULATE_DWORD_2(dword,
1278 eep->ee_index, &dword, locked);
H A Def10_rx.c689 efx_dword_t dword; local
701 EFX_POPULATE_DWORD_1(dword, ERF_DZ_RX_DESC_WPTR, wptr);
708 erp->er_index, &dword, B_FALSE);
H A Def10_tx.c534 efx_dword_t dword; local
541 dword = oword.eo_dword[2];
548 etp->et_index, &dword, B_FALSE);
H A Def10_nvram.c48 uint32_t *limit; /* Last dword of data block */
83 uint32_t dword, tag; local
85 dword = cursor->current[0];
86 tag = __LE_TO_CPU_32(dword);
95 uint32_t dword, length; local
100 dword = cursor->current[1];
101 length = __LE_TO_CPU_32(dword);
/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y95 int dword;
1219 ri = define_rcdata_number ($1.val, $1.dword);
1245 ri = define_rcdata_number ($3.val, $3.dword);
1819 $$.dword = $2.dword;
1824 $$.dword = $2.dword;
1829 $$.dword = $1.dword || $3.dword;
[all...]
H A Drclex.c800 yylval.i.dword = 0;
805 yylval.i.dword = 1;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dclear_cache.c148 for (uintptr_t dword = start_dword; dword < end_dword; dword += dword_size)
149 __asm__ volatile("flush %0" : : "r"(dword));
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_fdir.c88 union ixgbe_atr_hash_dword input = {.dword = 0};
89 union ixgbe_atr_hash_dword common = {.dword = 0};
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_macro.c47 static void dword(struct roff_man *, int, int, const char *,
435 dword(struct roff_man *mdoc, int line, int col, const char *p, function
482 dword(mdoc, line, la, p, DELIM_MAX, 1);
520 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE ||
719 dword(mdoc, line, lastarg, p, DELIM_MAX,
877 dword(mdoc, line, la, p, d,
1117 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1213 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1269 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1276 dword(mdo
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c1740 uint32_t dword; local
1825 dword = XHCI_TRB_2_BYTES_SET(8) |
1829 td->td_trb[0].dwTrb2 = htole32(dword);
1831 dword = XHCI_TRB_3_TYPE_SET(XHCI_TRB_TYPE_SETUP_STAGE) |
1839 dword |= XHCI_TRB_3_TRT_IN;
1841 dword |= XHCI_TRB_3_TRT_OUT;
1844 td->td_trb[0].dwTrb3 = htole32(dword);
1886 dword =
1891 td->td_trb[x].dwTrb2 = htole32(dword);
1895 dword
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_scsi.c921 uint32_t *dword = NULL; local
930 dword = (uint32_t*)data;
933 i, dword[0], dword[1], dword[2], dword[3]);
935 if (dword[2] & (1U << 31)) {
946 dword = (uint32_t*)data;
949 i, dword[0], dword[
[all...]
H A Docs_utils.c681 uint32_t *dword; local
693 dword = buffer;
696 ocs_textbuf_printf(textbuf, "%08x ", *dword++);
727 uint32_t *dword; local
749 dword = (uint32_t *)entry;
753 ocs_textbuf_printf(textbuf, "%08x ", *dword++);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c136 u32 offset, u32 dword);
3518 u32 dword = 0; local
3554 &dword);
3558 data[i] = (u16)(dword & 0xFFFF);
3560 data[i] = (u16)((dword >> 16) & 0xFFFF);
3569 &dword);
3576 data[i] = (u16) (dword & 0xFFFF);
3581 data[i+1] = (u16) (dword >> 16 & 0xFFFF);
3785 * e1000_read_flash_dword_ich8lan - Read dword from flash
3790 * Reads the flash dword a
4067 u32 dword = 0; local
4638 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 dword) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c4317 u_int32_t dword; local
4327 dword = __bswap32(eep->base_eep_header.swreg);
4328 eep->base_eep_header.swreg = dword;
4330 dword = __bswap32(eep->modal_header_2g.ant_ctrl_common);
4331 eep->modal_header_2g.ant_ctrl_common = dword;
4333 dword = __bswap32(eep->modal_header_2g.ant_ctrl_common2);
4334 eep->modal_header_2g.ant_ctrl_common2 = dword;
4336 dword = __bswap32(eep->modal_header_2g.paprd_rate_mask_ht20);
4337 eep->modal_header_2g.paprd_rate_mask_ht20 = dword;
4339 dword
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dasm.h398 #define PTR_WORD .dword
444 #define INT_WORD .dword
490 #define LONG_WORD .dword

Completed in 395 milliseconds

12