Searched refs:byte_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/advansys/
H A Dadvlib.c406 u_int8_t byte_data; local
416 byte_data = (u_int8_t)(word_data & 0xFF);
418 byte_data = (u_int8_t)((word_data >> 8) & 0xFF);
422 byte_data = (u_int8_t)((word_data >> 8) & 0xFF);
424 byte_data = (u_int8_t)(word_data & 0xFF);
427 return (byte_data);

Completed in 38 milliseconds