Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/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 …]
/dflybsd-src/contrib/mdocml/
H A Dmdoc_macro.c441 dword(struct roff_man *mdoc, int line, int col, const char *p, in dword() function
/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_ich8lan.c3507 u32 dword = 0; in e1000_read_nvm_spt() local
4058 u32 dword = 0; in e1000_update_nvm_checksum_spt() local
4623 u32 offset, u32 dword) in e1000_retry_write_flash_dword_ich8lan()
/dflybsd-src/sys/dev/drm/i915/
H A Di915_cmd_parser.c1206 u32 dword; in check_cmd() local
/dflybsd-src/sys/bus/u4b/controller/
H A Dxhci.c1705 uint32_t dword; in xhci_setup_generic_chain_sub() local
/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-opc.h647 unsigned int dword:1; member
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c4289 u_int32_t dword; in ar9300_swap_eeprom() local
/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Di386-opc.h835 unsigned int dword:1; member
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A Di386-opc.h820 unsigned int dword:1; member
/dflybsd-src/sys/dev/netif/ix/
H A Dixgbe_type.h3573 __be32 dword; member