Searched refs:validation_word (Results 1 – 1 of 1) sorted by relevance
25 uint8_t validation_word[4]; member208 header->validation_word[0] = VALIDATION_WORD & 0xff; in add_socfpga_header()209 header->validation_word[1] = (VALIDATION_WORD >> 8) & 0xff; in add_socfpga_header()210 header->validation_word[2] = (VALIDATION_WORD >> 16) & 0xff; in add_socfpga_header()211 header->validation_word[3] = (VALIDATION_WORD >> 24) & 0xff; in add_socfpga_header()