Searched refs:word (Results 76 – 100 of 120) sorted by relevance
12345
53 * specific boundary for using double word load
601 static uint8_t i3c_cdns_crc5(uint8_t crc5, uint16_t word) in i3c_cdns_crc5() argument612 crc0 = ((word >> i) ^ (crc5 >> 4)) & 0x1; in i3c_cdns_crc5()645 static uint16_t prepare_ddr_cmd_parity_adjustment_bit(uint16_t word) in prepare_ddr_cmd_parity_adjustment_bit() argument649 pb = (word >> 14) ^ (word >> 12) ^ (word >> 10) ^ (word >> 8) ^ (word >> 6) ^ (word >> 4) ^ in prepare_ddr_cmd_parity_adjustment_bit()650 (word >> 2); in prepare_ddr_cmd_parity_adjustment_bit()653 word |= BIT(0); in prepare_ddr_cmd_parity_adjustment_bit()656 return word; in prepare_ddr_cmd_parity_adjustment_bit()
565 git_cmd_s = " ".join(shlex.quote(word) for word in git_cmd) # For errors
43 word (name) of the stored text will be sent to all other boards in
104 Magic 32-bit word for to identify valid settings area
116 uint16_t word = sys_get_be16(rx_data); in scd4x_data_ready() local118 if ((word & 0x07FF) > 0) { in scd4x_data_ready()
32 Dedicated code for handling simple log messages (0-2 32 bit word arguments).
46 By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling
18 * **Data item mode**: Multiple 32-bit word data items with metadata27 "bytes" API, one initialized with a word count must use the "items"154 values (which occupy one additional 32-bit word). If the ring buffer has
534 uint16_t word);
649 - Removes the word or part of the word to the left of the cursor. Words650 separated by period instead of space are treated as one word.652 - Moves the cursor backward one word.654 - Moves the cursor forward one word.
218 Type "apropos word" to search for commands related to "word"...
355 /* Fill last section with a word to ensure location counter and actual rom
193 word-addressable;
35 # hence symbol __CTOR_LIST__ must be aligned on word
212 elements to the word-size of the CPU by the compiler.
60 Every thread it finds is analyzed word by word to find any that
71 Index is between 0 and 65280. User data is 32 bit word.238 * Use optimized log macros (having up to 2 word size numeric arguments, like ``LOG_INF("%d %c", (in…
31 - Sync word recognition
406 /* Fill last section with a word to ensure location counter and actual rom
416 /* Fill last section with a word to ensure location counter and actual rom
470 /* Fill last section with a word to ensure location counter and actual rom
442 /* Fill last section with a word to ensure location counter and actual rom
458 /* Fill last section with a word to ensure location counter and actual rom
347 " ".join(shlex.quote(word) for word in command) + os.linesep +