Lines Matching refs:ints
118 uint32_t *ints = (uint32_t *)ptr; in atmel_verify_header() local
124 if (ints[pos] >> 28 != 0xC) in atmel_verify_header()
128 ints += ARRAY_SIZE(nand_pmecc_header); in atmel_verify_header()
135 ints[pos]); in atmel_verify_header()
143 if ((ints[pos] & 0xff000000) == 0xea000000) in atmel_verify_header()
146 if ((ints[pos] & 0xfffff000) == 0xe59ff000) in atmel_verify_header()
153 return ints[5] != cpu_to_le32(size); in atmel_verify_header()
188 uint32_t *ints = (uint32_t *)ptr; in atmel_print_header() local
193 if (ints[pos] >> 28 != 0xC) in atmel_print_header()
198 atmel_print_pmecc_header(ints[0]); in atmel_print_header()
204 printf("\t\t6'th vector has %u set\n", le32_to_cpu(ints[pos])); in atmel_print_header()
211 uint32_t *ints = (uint32_t *)ptr; in atmel_set_header() local
217 if (ints[cnt] >> 28 != 0xC) in atmel_set_header()
225 ints[pos] = cpu_to_le32(size); in atmel_set_header()