Lines Matching defs:bytes_per_word
918 unsigned int bytes_per_word;
984 bytes_per_word = 1;
988 bytes_per_word = 2;
999 bytes_per_word = 4;
1010 bytes_per_word = 4;
1023 words = len / bytes_per_word;
1032 tx_buf += n * bytes_per_word;
1034 rx_buf += n * bytes_per_word;
1037 if (words == 0 && (len % bytes_per_word)) {
1038 words = len % bytes_per_word;
1040 bytes_per_word = 1;