Home
last modified time | relevance | path

Searched refs:word_out (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c654 u16 word_out = data[widx]; in e1000_write_nvm_spi() local
655 word_out = (word_out >> 8) | (word_out << 8); in e1000_write_nvm_spi()
656 e1000_shift_out_eec_bits(hw, word_out, 16); in e1000_write_nvm_spi()
/titanic_41/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))
582 #define word_out(x, c, v) (*((uint32_t *)(x) + (c)) = aes_sw32(v))