Lines Matching defs:value
347 u32 value = readl_relaxed(dd->io_base + offset);
353 dev_vdbg(dd->dev, "read 0x%08x from %s\n", value,
358 return value;
362 u32 offset, u32 value)
368 dev_vdbg(dd->dev, "write 0x%08x into %s\n", value,
373 writel_relaxed(value, dd->io_base + offset);
377 u32 *value, int count)
379 for (; count--; value++, offset += 4)
380 *value = atmel_aes_read(dd, offset);
384 const u32 *value, int count)
386 for (; count--; value++, offset += 4)
387 atmel_aes_write(dd, offset, *value);
391 void *value)
393 atmel_aes_read_n(dd, offset, value, SIZE_IN_WORDS(AES_BLOCK_SIZE));
397 const void *value)
399 atmel_aes_write_n(dd, offset, value, SIZE_IN_WORDS(AES_BLOCK_SIZE));
1794 /* Compute the tweak value from req->iv with ecb(aes). */
1815 /* Read the computed ciphered tweak value. */
1984 * value AES_MR_SMOD_IDATAR0. Indeed, both AES_MR_SMOD and SHA_MR_SMOD