| /freebsd-12-stable/sys/contrib/dev/acpica/include/ |
| D | acbuffer.h | 273 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument 274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 276 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument 277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 279 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument 280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 282 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument 283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 285 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument 286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument [all …]
|
| /freebsd-12-stable/sys/dev/sfxge/common/ |
| D | ef10_mcdi.c | 54 efx_dword_t dword; in ef10_mcdi_init() local 83 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 1); in ef10_mcdi_init() 84 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_HWRD_REG, &dword, B_FALSE); in ef10_mcdi_init() 161 efx_dword_t dword; in ef10_mcdi_send_request() local 169 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos); in ef10_mcdi_send_request() 170 EFSYS_MEM_WRITED(esmp, pos, &dword); in ef10_mcdi_send_request() 175 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in ef10_mcdi_send_request() 176 EFSYS_MEM_WRITED(esmp, hdr_len + pos, &dword); in ef10_mcdi_send_request() 184 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, in ef10_mcdi_send_request() 186 EFX_BAR_WRITED(enp, ER_DZ_MC_DB_LWRD_REG, &dword, B_FALSE); in ef10_mcdi_send_request() [all …]
|
| D | siena_mcdi.c | 64 efx_dword_t dword; in siena_mcdi_send_request() local 77 dword = *(efx_dword_t *)hdrp; in siena_mcdi_send_request() 78 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, pdur, &dword, B_TRUE); in siena_mcdi_send_request() 82 dword = *(efx_dword_t *)((uint8_t *)sdup + pos); in siena_mcdi_send_request() 84 pdur + 1 + (pos >> 2), &dword, B_FALSE); in siena_mcdi_send_request() 88 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 0xd004be11); in siena_mcdi_send_request() 89 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, dbr, &dword, B_FALSE); in siena_mcdi_send_request() 106 efx_dword_t dword; in siena_mcdi_poll_reboot() 113 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, rebootr, &dword, B_FALSE); in siena_mcdi_poll_reboot() 114 value = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_mcdi_poll_reboot() [all …]
|
| D | ef10_intr.c | 155 efx_dword_t dword; in ef10_intr_status_line() local 161 EFX_BAR_READD(enp, ER_DZ_BIU_INT_ISR_REG, &dword, B_FALSE); in ef10_intr_status_line() 162 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in ef10_intr_status_line()
|
| D | siena_phy.c | 450 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; in siena_phy_decode_stats() local 488 &dword); in siena_phy_decode_stats() 489 sig = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_phy_decode_stats() 527 efx_dword_t dword; in siena_phy_decode_stats() local 529 EFSYS_MEM_READD(esmp, 4 * MC_CMD_PHYXS_SYNC, &dword); in siena_phy_decode_stats() 530 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_phy_decode_stats()
|
| D | ef10_ev.c | 585 efx_dword_t dword; in ef10_ev_qprime() local 595 EFX_POPULATE_DWORD_2(dword, in ef10_ev_qprime() 601 &dword, B_FALSE); in ef10_ev_qprime() 603 EFX_POPULATE_DWORD_2(dword, in ef10_ev_qprime() 609 &dword, B_FALSE); in ef10_ev_qprime() 611 EFX_POPULATE_DWORD_1(dword, ERF_DZ_EVQ_RPTR, rptr); in ef10_ev_qprime() 613 &dword, B_FALSE); in ef10_ev_qprime() 681 efx_dword_t dword; in ef10_ev_qmoderate() local 720 EFX_POPULATE_DWORD_3(dword, in ef10_ev_qmoderate() 726 eep->ee_index, &dword, 0); in ef10_ev_qmoderate() [all …]
|
| D | mcdi_mon.c | 242 efx_dword_t dword; in mcdi_mon_decode_stats() local 245 EFSYS_MEM_READD(esmp, 4 * (idx - 1), &dword); in mcdi_mon_decode_stats() 248 stat[id].emsv_value = (uint16_t)EFX_DWORD_FIELD(dword, in mcdi_mon_decode_stats() 251 stat[id].emsv_state = (uint16_t)EFX_DWORD_FIELD(dword, in mcdi_mon_decode_stats()
|
| D | efx_ev.c | 1213 efx_dword_t dword; in siena_ev_qprime() local 1217 EFX_POPULATE_DWORD_1(dword, FRF_AZ_EVQ_RPTR, rptr); in siena_ev_qprime() 1220 &dword, B_FALSE); in siena_ev_qprime() 1252 efx_dword_t dword; in siena_ev_qmoderate() local 1262 EFX_POPULATE_DWORD_2(dword, in siena_ev_qmoderate() 1272 EFX_POPULATE_DWORD_2(dword, in siena_ev_qmoderate() 1280 eep->ee_index, &dword, locked); in siena_ev_qmoderate()
|
| D | efx_intr.c | 472 efx_dword_t dword; in siena_intr_status_line() local 481 EFX_BAR_READD(enp, FR_BZ_INT_ISR0_REG, &dword, B_FALSE); in siena_intr_status_line() 482 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_intr_status_line()
|
| D | ef10_rx.c | 689 efx_dword_t dword; in ef10_rx_qpush() local 701 EFX_POPULATE_DWORD_1(dword, ERF_DZ_RX_DESC_WPTR, wptr); in ef10_rx_qpush() 708 erp->er_index, &dword, B_FALSE); in ef10_rx_qpush()
|
| D | ef10_tx.c | 534 efx_dword_t dword; in ef10_tx_qpush() local 541 dword = oword.eo_dword[2]; in ef10_tx_qpush() 548 etp->et_index, &dword, B_FALSE); in ef10_tx_qpush()
|
| /freebsd-12-stable/stand/mips/uboot/ |
| D | start.S | 64 .dword 0 68 .dword 0 71 .dword 0
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | rcparse.y | 95 int dword; member 1819 $$.dword = $2.dword; 1824 $$.dword = $2.dword; 1829 $$.dword = $1.dword || $3.dword; 1834 $$.dword = $1.dword || $3.dword; 1839 $$.dword = $1.dword || $3.dword; 1844 $$.dword = $1.dword || $3.dword; 1849 $$.dword = $1.dword || $3.dword; 1854 $$.dword = $1.dword || $3.dword; 1859 $$.dword = $1.dword || $3.dword; [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| D | clear_cache.c | 156 for (uintptr_t dword = start_dword; dword < end_dword; dword += dword_size) in __clear_cache() 157 __asm__ volatile("flush %0" : : "r"(dword)); in __clear_cache()
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | mdoc_macro.c | 47 static void dword(struct roff_man *, int, int, const char *, 441 dword(struct roff_man *mdoc, int line, int col, const char *p, in dword() function 489 dword(mdoc, line, la, p, DELIM_MAX, 1); in append_delims() 525 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE || in macro_or_word() 735 dword(mdoc, line, lastarg, p, DELIM_MAX, in blk_exp_close() 899 dword(mdoc, line, la, p, d, in in_line() 1154 dword(mdoc, line, la, p, DELIM_OPEN, 0); in blk_full() 1282 dword(mdoc, line, la, p, DELIM_OPEN, 0); in blk_part_imp() 1343 dword(mdoc, line, la, p, DELIM_OPEN, 0); in blk_part_exp() 1352 dword(mdoc, line, la, p, DELIM_MAX, 0); in blk_part_exp() [all …]
|
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | if_fdir.c | 89 union ixgbe_atr_hash_dword input = {.dword = 0}; in ixgbe_atr() 90 union ixgbe_atr_hash_dword common = {.dword = 0}; in ixgbe_atr()
|
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | xhci.c | 1742 uint32_t dword; in xhci_setup_generic_chain_sub() local 1827 dword = XHCI_TRB_2_BYTES_SET(8) | in xhci_setup_generic_chain_sub() 1831 td->td_trb[0].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub() 1833 dword = XHCI_TRB_3_TYPE_SET(XHCI_TRB_TYPE_SETUP_STAGE) | in xhci_setup_generic_chain_sub() 1841 dword |= XHCI_TRB_3_TRT_IN; in xhci_setup_generic_chain_sub() 1843 dword |= XHCI_TRB_3_TRT_OUT; in xhci_setup_generic_chain_sub() 1846 td->td_trb[0].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub() 1888 dword = in xhci_setup_generic_chain_sub() 1893 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub() 1897 dword = XHCI_TRB_3_CHAIN_BIT | XHCI_TRB_3_CYCLE_BIT | in xhci_setup_generic_chain_sub() [all …]
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_scsi.c | 920 uint32_t *dword = NULL; in ocs_log_sgl() local 929 dword = (uint32_t*)data; in ocs_log_sgl() 932 i, dword[0], dword[1], dword[2], dword[3]); in ocs_log_sgl() 934 if (dword[2] & (1U << 31)) { in ocs_log_sgl() 945 dword = (uint32_t*)data; in ocs_log_sgl() 948 i, dword[0], dword[1], dword[2], dword[3]); in ocs_log_sgl() 949 if (dword[2] & (1U << 31)) { in ocs_log_sgl()
|
| D | ocs_utils.c | 681 uint32_t *dword; in ocs_ddump_buffer() local 693 dword = buffer; in ocs_ddump_buffer() 696 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_buffer() 727 uint32_t *dword; in ocs_ddump_queue_entries() local 749 dword = (uint32_t *)entry; in ocs_ddump_queue_entries() 753 ocs_textbuf_printf(textbuf, "%08x ", *dword++); in ocs_ddump_queue_entries()
|
| /freebsd-12-stable/sys/dev/e1000/ |
| D | e1000_ich8lan.c | 138 u32 offset, u32 dword); 3540 u32 dword = 0; in e1000_read_nvm_spt() local 3577 &dword); in e1000_read_nvm_spt() 3581 data[i] = (u16)(dword & 0xFFFF); in e1000_read_nvm_spt() 3583 data[i] = (u16)((dword >> 16) & 0xFFFF); in e1000_read_nvm_spt() 3592 &dword); in e1000_read_nvm_spt() 3600 data[i] = (u16)(dword & 0xFFFF); in e1000_read_nvm_spt() 3605 data[i + 1] = (u16)(dword >> 16 & 0xFFFF); in e1000_read_nvm_spt() 4091 u32 dword = 0; in e1000_update_nvm_checksum_spt() local 4134 &dword); in e1000_update_nvm_checksum_spt() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | README_P9.txt | 73 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].byte[7]) 81 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].hword[3]) 89 VR[VRT].dword[i] ← EXTS64(VR[VRB].dword[i].word[1]) 334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo 338 - Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero):
|
| /freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_eeprom.c | 4345 u_int32_t dword; in ar9300_swap_eeprom() local 4355 dword = __bswap32(eep->base_eep_header.swreg); in ar9300_swap_eeprom() 4356 eep->base_eep_header.swreg = dword; in ar9300_swap_eeprom() 4358 dword = __bswap32(eep->modal_header_2g.ant_ctrl_common); in ar9300_swap_eeprom() 4359 eep->modal_header_2g.ant_ctrl_common = dword; in ar9300_swap_eeprom() 4361 dword = __bswap32(eep->modal_header_2g.ant_ctrl_common2); in ar9300_swap_eeprom() 4362 eep->modal_header_2g.ant_ctrl_common2 = dword; in ar9300_swap_eeprom() 4364 dword = __bswap32(eep->modal_header_2g.paprd_rate_mask_ht20); in ar9300_swap_eeprom() 4365 eep->modal_header_2g.paprd_rate_mask_ht20 = dword; in ar9300_swap_eeprom() 4367 dword = __bswap32(eep->modal_header_2g.paprd_rate_mask_ht40); in ar9300_swap_eeprom() [all …]
|
| /freebsd-12-stable/sys/mips/include/ |
| D | asm.h | 373 #define PTR_WORD .dword 419 #define INT_WORD .dword 465 #define LONG_WORD .dword
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | imx6qdl.dtsi | 982 tx-burst-size-dword = <0x10>; 983 rx-burst-size-dword = <0x10>; 996 tx-burst-size-dword = <0x10>; 997 rx-burst-size-dword = <0x10>; 1011 tx-burst-size-dword = <0x10>; 1012 rx-burst-size-dword = <0x10>; 1026 tx-burst-size-dword = <0x10>; 1027 rx-burst-size-dword = <0x10>;
|
| D | imx6sl.dtsi | 804 tx-burst-size-dword = <0x10>; 805 rx-burst-size-dword = <0x10>; 817 tx-burst-size-dword = <0x10>; 818 rx-burst-size-dword = <0x10>; 832 tx-burst-size-dword = <0x10>; 833 rx-burst-size-dword = <0x10>;
|