Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c311 uint32_t nblocks = nbytes / TEGRA_SE_AES_BLOCK_SIZE; in tegra_se_perform_operation() local
327 if (nblocks) { in tegra_se_perform_operation()
328 tegra_se_write_32(se_dev, SE_BLOCK_COUNT_REG_OFFSET, nblocks - 1); in tegra_se_perform_operation()