Home
last modified time | relevance | path

Searched defs:dword (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h273 #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/sys/dev/sfxge/common/
H A Def10_mcdi.c50 efx_dword_t dword; in ef10_mcdi_init() local
158 efx_dword_t dword; in ef10_mcdi_send_request() local
233 efx_dword_t dword; in ef10_mcdi_poll_reboot() local
H A Dsiena_phy.c483 efx_dword_t dword; in siena_phy_decode_stats() local
525 efx_dword_t dword; in siena_phy_decode_stats() local
H A Def10_intr.c149 efx_dword_t dword; in ef10_intr_status_line() local
H A Dsiena_mcdi.c61 efx_dword_t dword; in siena_mcdi_send_request() local
H A Def10_rx.c862 efx_dword_t dword; in ef10_rx_qpush() local
891 efx_dword_t dword; in ef10_rx_qpush_ps_credits() local
H A Def10_ev.c582 efx_dword_t dword; in ef10_ev_qprime() local
678 efx_dword_t dword; in ef10_ev_qmoderate() local
H A Defx_ev.c1212 efx_dword_t dword; in siena_ev_qprime() local
1251 efx_dword_t dword; in siena_ev_qmoderate() local
H A Defx_intr.c482 efx_dword_t dword; in siena_intr_status_line() local
H A Dmcdi_mon.c133 efx_dword_t dword; in mcdi_mon_decode_stats() local
H A Def10_tx.c537 efx_dword_t dword; in ef10_tx_qpush() local
H A Def10_nvram.c79 uint32_t dword, tag; in tlv_tag() local
91 uint32_t dword, length; in tlv_length() local
H A Defx_tx.c814 efx_dword_t dword; in siena_tx_qpush() local
H A Def10_nic.c2414 efx_dword_t dword; in ef10_nic_hw_unavailable() local
H A Defx_rx.c1499 efx_dword_t dword; in siena_rx_qpush() local
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c1112 return cpu_to_le32(dword); in rtw89_build_txwd_info0_v1() local
1122 return cpu_to_le32(dword); in rtw89_build_txwd_info1() local
1022 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET, desc_info->wp_offset) | rtw89_build_txwd_body0() local
1036 u32 dword = FIELD_PREP(RTW89_TXWD_BODY0_WP_OFFSET_V1, desc_info->wp_offset) | rtw89_build_txwd_body0_v1() local
1048 u32 dword = FIELD_PREP(RTW89_TXWD_BODY1_ADDR_INFO_NUM, desc_info->addr_info_nr) | rtw89_build_txwd_body1_v1() local
1057 u32 dword = FIELD_PREP(RTW89_TXWD_BODY2_TID_INDICATE, desc_info->tid_indicate) | rtw89_build_txwd_body2() local
1067 u32 dword = FIELD_PREP(RTW89_TXWD_BODY3_SW_SEQ, desc_info->seq) | rtw89_build_txwd_body3() local
1076 u32 dword = FIELD_PREP(RTW89_TXWD_BODY4_SEC_IV_L0, desc_info->sec_seq[0]) | rtw89_build_txwd_body4() local
1084 u32 dword = FIELD_PREP(RTW89_TXWD_BODY5_SEC_IV_H2, desc_info->sec_seq[2]) | rtw89_build_txwd_body5() local
1094 u32 dword = FIELD_PREP(RTW89_TXWD_BODY7_USE_RATE_V1, desc_info->use_rate) | rtw89_build_txwd_body7_v1() local
1102 u32 dword = FIELD_PREP(RTW89_TXWD_INFO0_USE_RATE, desc_info->use_rate) | rtw89_build_txwd_info0() local
1132 u32 dword = FIELD_PREP(RTW89_TXWD_INFO2_AMPDU_DENSITY, desc_info->ampdu_density) | rtw89_build_txwd_info2() local
1142 u32 dword = FIELD_PREP(RTW89_TXWD_INFO2_AMPDU_DENSITY, desc_info->ampdu_density) | rtw89_build_txwd_info2_v1() local
1151 u32 dword = FIELD_PREP(RTW89_TXWD_INFO4_RTS_EN, 1) | rtw89_build_txwd_info4() local
1210 u32 dword = FIELD_PREP(AX_RXD_RPKT_LEN_MASK, desc_info->pkt_size) | rtw89_build_txwd_fwcmd0_v1() local
[all...]
H A Dpci.h869 __le32 dword; global() member
884 __le32 dword; global() member
/freebsd/sys/dev/mana/
H A Dshm_channel.c182 uint32_t *dword; in mana_smc_setup_hwc() local
/freebsd/contrib/mandoc/
H A Dmdoc_macro.c444 dword(struct roff_man *mdoc, int line, int col, const char *p, in dword() function
/freebsd/sys/dev/e1000/
H A De1000_ich8lan.c3539 u32 dword = 0; in e1000_read_nvm_spt() local
4090 u32 dword = 0; in e1000_update_nvm_checksum_spt() local
4659 u32 offset, u32 dword) in e1000_retry_write_flash_dword_ich8lan()
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c677 uint32_t *dword; in ocs_ddump_buffer() local
723 uint32_t *dword; in ocs_ddump_queue_entries() local
H A Docs_scsi.c909 uint32_t *dword = NULL; in ocs_log_sgl() local
/freebsd/sys/dev/isp/
H A Disp.c5154 isp_risc_firmware_invalid(ispsoftc_t * isp,uint32_t * dword) isp_risc_firmware_invalid() argument
[all...]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c4345 u_int32_t dword; in ar9300_swap_eeprom() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c4540 u32 dword = val; in ecore_mcp_wol_wr() local

12