Searched defs:word_out (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h573 #define word_out(x, c, v) { ((uint8_t *)(x) + 4 * c)[0] = bval(v, 0); \ macro
579 #define word_out(x, c, v) (*((uint32_t *)(x) + (c)) = (v)) macro
582 #define word_out(x, c, v) (*((uint32_t *)(x) + (c)) = aes_sw32(v)) macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c654 u16 word_out = data[widx]; local
655 word_out = (word_out >> 8) | (word_out << 8);
656 e1000_shift_out_eec_bits(hw, word_out, 16);

Completed in 61 milliseconds