Lines Matching defs:bytes_per_word
921 unsigned int bytes_per_word;
987 bytes_per_word = 1;
991 bytes_per_word = 2;
1002 bytes_per_word = 4;
1013 bytes_per_word = 4;
1026 words = len / bytes_per_word;
1035 tx_buf += n * bytes_per_word;
1037 rx_buf += n * bytes_per_word;
1040 if (words == 0 && (len % bytes_per_word)) {
1041 words = len % bytes_per_word;
1043 bytes_per_word = 1;