Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c189 int blocks) in sha512_block_fn() argument
191 while (blocks--) { in sha512_block_fn()
230 int blocks; in sha512_base_do_update() local
242 blocks = len / SHA512_BLOCK_SIZE; in sha512_base_do_update()
245 if (blocks) { in sha512_base_do_update()
246 sha512_block_fn(sctx, data, blocks); in sha512_base_do_update()
247 data += blocks * SHA512_BLOCK_SIZE; in sha512_base_do_update()
H A Dsha.h161 void sha512_block_fn(sha512_context *sst, const uint8_t *src, int blocks);
/rk3399_ARM-atf/drivers/brcm/emmc/
H A Demmc_pboot_hal_memory_drv.c182 static int emmc_block_erase(uintptr_t mem_addr, size_t blocks) in emmc_block_erase() argument
191 return erase_card(sdio_gethandle(), mem_addr, blocks); in emmc_block_erase()
197 size_t block_count = 0, blocks = 0; in emmc_erase() local
208 blocks = ((num_of_blocks - block_count) > erase_group) ? in emmc_erase()
210 err = emmc_block_erase(mem_addr + block_count, blocks); in emmc_erase()
214 block_count += blocks; in emmc_erase()
H A Demmc_chal_sd.c692 uint32_t blocks = 0; in chal_sd_setup_xfer() local
703 blocks = length / handle->cfg.blockSize; in chal_sd_setup_xfer()
704 handle->ctrl.blkReg = (blocks << 16) | handle->cfg.blockSize | in chal_sd_setup_xfer()
H A Demmc_csl_sdcard.c565 int erase_card(struct sd_handle *handle, uint32_t addr, uint32_t blocks) in erase_card() argument
569 INFO("ERASE: addr: 0x%x, num of sectors: 0x%x\n", addr, blocks); in erase_card()
574 end_addr = addr + blocks - 1; in erase_card()
/rk3399_ARM-atf/drivers/rpi3/sdhost/
H A Drpi3_sdhost.c454 size_t blocks; in rpi3_sdhost_prepare() local
459 blocks = 1; in rpi3_sdhost_prepare()
462 blocks = size / blocksize; in rpi3_sdhost_prepare()
464 blocks++; in rpi3_sdhost_prepare()
470 mmio_write_32(reg_base + HC_BLOCKCOUNT, blocks); in rpi3_sdhost_prepare()
/rk3399_ARM-atf/include/drivers/brcm/emmc/
H A Demmc_csl_sd.h80 int erase_card(struct sd_handle *handle, uint32_t addr, uint32_t blocks);
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-1.rst84 INFO("BL1-FWU: Continuing image copy in blocks\n");
93 blocks over multiple SMCs. ``block_size`` is an SMC argument and therefore
/rk3399_ARM-atf/docs/components/
H A Dfirmware-update.rst210 in blocks from non-secure to secure memory.
319 block or multiple blocks. In either case, the total size of the image must be
332 When using multiple blocks, the source blocks do not necessarily need to be in
H A Dgranule-protection-tables-design.rst94 supported contiguous blocks is defined by ``RME_GPT_MAX_BLOCK`` build option.
142 contiguous blocks or fuse adjacent GPT entries to form a contiguous block
266 is ``RME_GPT_BITLOCK_BLOCK`` (number of 512MB blocks per bit) times
H A Dxlat-tables-lib-v2-design.rst348 favour mapping a region using the biggest possible blocks, only creating a
357 blocks of that level. For example, for a 4 KiB page size, a level 2 block entry
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst148 This style applies to all blocks except for functions which, following the Linux
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst972 - blocks) covered by a single bit of the bitlock structure during RME GPT
982 supported contiguous blocks in GPT Library. This parameter can take the
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1106 CPU-specific linear index into blocks of memory (for example while allocating
1126 which can be used as a CPU-specific linear index into blocks of memory. In
H A Dchange-log.md5914 …- remove unreachable switch/case blocks ([ad27f4b](https://review.trustedfirmware.org/plugins/giti…
6700 …- add hab and map required memory blocks ([b5f06d3](https://review.trustedfirmware.org/plugins/git…
6706 …- add hab and map required memory blocks ([5941f37](https://review.trustedfirmware.org/plugins/git…
6712 …- add hab and map required memory blocks ([62a93aa](https://review.trustedfirmware.org/plugins/git…
7946 …- disable SMID for unavailable blocks ([3f0094c](https://review.trustedfirmware.org/plugins/gitile…
9004 …- count bad blocks before a given offset ([bc3eebb](https://review.trustedfirmware.org/plugins/git…
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2553 Note that publishing an event on a PE blocks until all the subscribed handlers