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

12

/freebsd-12-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-12-stable/stand/mips/uboot/
H A Dstart.S64 .dword 0
68 .dword 0
71 .dword 0
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl471 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd
472 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc
473 .dword 0x3956c25bf348b538, 0x59f111f1b605d019
474 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118
475 .dword 0xd807aa98a3030242, 0x12835b0145706fbe
476 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2
477 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1
478 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694
479 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3
480 .dword
[all...]
/freebsd-12-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.c450 efx_dword_t dword; \
451 EFSYS_MEM_READD(_esmp, (_mc_record) * 4, &dword);\
453 EFX_DWORD_FIELD(dword, EFX_DWORD_0); \
485 efx_dword_t dword; local
488 &dword);
489 sig = EFX_DWORD_FIELD(dword, EFX_DWORD_0);
527 efx_dword_t dword; local
529 EFSYS_MEM_READD(esmp, 4 * MC_CMD_PHYXS_SYNC, &dword);
530 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.c472 efx_dword_t dword; local
481 EFX_BAR_READD(enp, FR_BZ_INT_ISR0_REG, &dword, B_FALSE);
482 *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.c1213 efx_dword_t dword; local
1217 EFX_POPULATE_DWORD_1(dword, FRF_AZ_EVQ_RPTR, rptr);
1220 &dword, B_FALSE);
1252 efx_dword_t dword; local
1262 EFX_POPULATE_DWORD_2(dword,
1272 EFX_POPULATE_DWORD_2(dword,
1280 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-12-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-12-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-12-stable/sys/dev/ixgbe/
H A Dif_fdir.c89 union ixgbe_atr_hash_dword input = {.dword = 0};
90 union ixgbe_atr_hash_dword common = {.dword = 0};
/freebsd-12-stable/contrib/mandoc/
H A Dmdoc_macro.c47 static void dword(struct roff_man *, int, int, const char *,
440 dword(struct roff_man *mdoc, int line, int col, const char *p, function
488 dword(mdoc, line, la, p, DELIM_MAX, 1);
524 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE ||
734 dword(mdoc, line, lastarg, p, DELIM_MAX,
898 dword(mdoc, line, la, p, d,
1153 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1281 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1342 dword(mdoc, line, la, p, DELIM_OPEN, 0);
1351 dword(mdo
[all...]
/freebsd-12-stable/sys/dev/usb/controller/
H A Dxhci.c1742 uint32_t dword; local
1827 dword = XHCI_TRB_2_BYTES_SET(8) |
1831 td->td_trb[0].dwTrb2 = htole32(dword);
1833 dword = XHCI_TRB_3_TYPE_SET(XHCI_TRB_TYPE_SETUP_STAGE) |
1841 dword |= XHCI_TRB_3_TRT_IN;
1843 dword |= XHCI_TRB_3_TRT_OUT;
1846 td->td_trb[0].dwTrb3 = htole32(dword);
1888 dword =
1893 td->td_trb[x].dwTrb2 = htole32(dword);
1897 dword
[all...]
/freebsd-12-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-12-stable/sys/dev/e1000/
H A De1000_ich8lan.c137 u32 offset, u32 dword);
3525 u32 dword = 0; local
3561 &dword);
3565 data[i] = (u16)(dword & 0xFFFF);
3567 data[i] = (u16)((dword >> 16) & 0xFFFF);
3576 &dword);
3583 data[i] = (u16) (dword & 0xFFFF);
3588 data[i+1] = (u16) (dword >> 16 & 0xFFFF);
3792 * e1000_read_flash_dword_ich8lan - Read dword from flash
3797 * Reads the flash dword a
4074 u32 dword = 0; local
4641 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 dword) argument
[all...]
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c4345 u_int32_t dword; local
4355 dword = __bswap32(eep->base_eep_header.swreg);
4356 eep->base_eep_header.swreg = dword;
4358 dword = __bswap32(eep->modal_header_2g.ant_ctrl_common);
4359 eep->modal_header_2g.ant_ctrl_common = dword;
4361 dword = __bswap32(eep->modal_header_2g.ant_ctrl_common2);
4362 eep->modal_header_2g.ant_ctrl_common2 = dword;
4364 dword = __bswap32(eep->modal_header_2g.paprd_rate_mask_ht20);
4365 eep->modal_header_2g.paprd_rate_mask_ht20 = dword;
4367 dword
[all...]
/freebsd-12-stable/sys/mips/include/
H A Dasm.h373 #define PTR_WORD .dword
419 #define INT_WORD .dword
465 #define LONG_WORD .dword

Completed in 321 milliseconds

12