Lines Matching refs:ints
117 uint32_t *ints = (uint32_t *)ptr; in atmel_verify_header() local
123 if (ints[pos] >> 28 != 0xC) in atmel_verify_header()
127 ints += ARRAY_SIZE(nand_pmecc_header); in atmel_verify_header()
134 ints[pos]); in atmel_verify_header()
142 if ((ints[pos] & 0xff000000) == 0xea000000) in atmel_verify_header()
145 if ((ints[pos] & 0xfffff000) == 0xe59ff000) in atmel_verify_header()
152 return ints[5] != cpu_to_le32(size); in atmel_verify_header()
187 uint32_t *ints = (uint32_t *)ptr; in atmel_print_header() local
192 if (ints[pos] >> 28 != 0xC) in atmel_print_header()
197 atmel_print_pmecc_header(ints[0]); in atmel_print_header()
203 printf("\t\t6'th vector has %u set\n", le32_to_cpu(ints[pos])); in atmel_print_header()
210 uint32_t *ints = (uint32_t *)ptr; in atmel_set_header() local
216 if (ints[cnt] >> 28 != 0xC) in atmel_set_header()
224 ints[pos] = cpu_to_le32(size); in atmel_set_header()