/dflybsd-src/sys/contrib/dev/acpica/source/include/ |
H A 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 …]
|
/dflybsd-src/contrib/mdocml/ |
H A D | mdoc_macro.c | 441 dword(struct roff_man *mdoc, int line, int col, const char *p, in dword() function
|
/dflybsd-src/sys/dev/netif/ig_hal/ |
H A D | e1000_ich8lan.c | 3507 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 D | i915_cmd_parser.c | 1206 u32 dword; in check_cmd() local
|
/dflybsd-src/sys/bus/u4b/controller/ |
H A D | xhci.c | 1705 uint32_t dword; in xhci_setup_generic_chain_sub() local
|
/dflybsd-src/contrib/gdb-7/opcodes/ |
H A D | i386-opc.h | 647 unsigned int dword:1; member
|
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_eeprom.c | 4289 u_int32_t dword; in ar9300_swap_eeprom() local
|
/dflybsd-src/contrib/binutils-2.34/opcodes/ |
H A D | i386-opc.h | 835 unsigned int dword:1; member
|
/dflybsd-src/contrib/binutils-2.27/opcodes/ |
H A D | i386-opc.h | 820 unsigned int dword:1; member
|
/dflybsd-src/sys/dev/netif/ix/ |
H A D | ixgbe_type.h | 3573 __be32 dword; member
|