Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/rockchip/common/include/
A Dplat_private.h43 #define WMSK_BIT(nr) BIT((nr) + REG_MSK_SHIFT) argument
48 #define BIT_WITH_WMSK(nr) (BIT(nr) | WMSK_BIT(nr)) argument
/arm-trusted-firmware-2.8.0/tools/amlogic/
A Ddoimage.c27 ssize_t nr; in fdwrite() local
31 for (l = 0; l < len; l += nr) { in fdwrite()
32 nr = write(fd, data + l, len - l); in fdwrite()
33 if (nr < 0) { in fdwrite()
/arm-trusted-firmware-2.8.0/drivers/amlogic/crypto/
A Dsha_dma.c155 size_t nr; in asd_sha_update() local
158 nr = MIN(len, SHA256_BLOCKSZ - ctx->blocksz); in asd_sha_update()
159 memcpy(ctx->block + ctx->blocksz, data, nr); in asd_sha_update()
160 ctx->blocksz += nr; in asd_sha_update()
161 len -= nr; in asd_sha_update()
162 data += nr; in asd_sha_update()
174 nr = len & (SHA256_BLOCKSZ - 1); in asd_sha_update()
175 memcpy(ctx->block + ctx->blocksz, data, nr); in asd_sha_update()
176 ctx->blocksz += nr; in asd_sha_update()
/arm-trusted-firmware-2.8.0/include/lib/
A Dutils_def.h22 #define BIT_32(nr) (U(1) << (nr)) argument
23 #define BIT_64(nr) (ULL(1) << (nr)) argument

Completed in 4 milliseconds