Home
last modified time | relevance | path

Searched refs:word (Results 1 – 6 of 6) sorted by relevance

/tools/
A Datmelimage.c155 static void atmel_print_pmecc_header(const uint32_t word) in atmel_print_pmecc_header() argument
163 val = (word >> 18) & 0x1ff; in atmel_print_pmecc_header()
166 val = (((word >> 16) & 0x3) == 0) ? 512 : 1024; in atmel_print_pmecc_header()
169 if (((word >> 13) & 0x7) <= 2) in atmel_print_pmecc_header()
170 val = (2 << ((word >> 13) & 0x7)); in atmel_print_pmecc_header()
172 val = (12 << (((word >> 13) & 0x7) - 3)); in atmel_print_pmecc_header()
175 val = (word >> 4) & 0x1ff; in atmel_print_pmecc_header()
178 val = (1 << ((word >> 1) & 0x3)); in atmel_print_pmecc_header()
181 printf("\t\tusePmecc: %10i\n", word & 0x1); in atmel_print_pmecc_header()
A Dmicrocode-tool116 data += [word + ',' for word in words]
A Dmicrocode-tool.py116 data += [word + ',' for word in words]
/tools/dtoc/test/
A Ddtoc_test_simple.dts25 stringarray = "multi-word", "message";
38 stringarray = "another", "multi-word", "message";
/tools/binman/test/
A D045_prop_test.dts20 stringarray = "another", "multi-word", "message";
/tools/buildman/
A Dboards.py573 for word in arg.split():
575 for term in word.split('&'):

Completed in 7 milliseconds