Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h165 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument
166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
168 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument
169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
171 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument
172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
174 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument
175 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
177 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument
178 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1677 uint32_t dword; in hermon_flash_write_byte() member
1678 } dword; in hermon_flash_write_byte() local
2749 hermon_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) in hermon_flash_cfi_byte()
2758 hermon_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) in hermon_flash_cfi_dword()
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1295 uint32_t dword; in cnx_read_guids() member
1497 int dword; in cnx_is_magic_pattern_present() local
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c2310 tavor_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) in tavor_flash_cfi_byte()
2319 tavor_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) in tavor_flash_cfi_dword()
/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c615 dword(struct mdoc *mdoc, int line, int col, const char *p, in dword() function
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c2408 uint32_t dword; in igb_setup_rss() member
2476 uint32_t dword; in igb_setup_mac_rss_classify() member
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_type.h2673 __be32 dword; member