cur_word
u16 cur_word;
cur_word = cpu_to_le16(data->word);
buffer = (u8 *)&cur_word;
data->word = le16_to_cpu(cur_word);