Searched refs:blocks (Results 1 – 11 of 11) sorted by relevance
| /tf-a-ffa_el3_spmc/drivers/brcm/emmc/ |
| A D | emmc_pboot_hal_memory_drv.c | 182 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()
|
| A D | emmc_chal_sd.c | 692 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()
|
| A D | emmc_csl_sdcard.c | 562 int erase_card(struct sd_handle *handle, uint32_t addr, uint32_t blocks) in erase_card() argument 566 INFO("ERASE: addr: 0x%x, num of sectors: 0x%x\n", addr, blocks); in erase_card() 571 end_addr = addr + blocks - 1; in erase_card()
|
| /tf-a-ffa_el3_spmc/drivers/rpi3/sdhost/ |
| A D | rpi3_sdhost.c | 455 size_t blocks; in rpi3_sdhost_prepare() local 460 blocks = 1; in rpi3_sdhost_prepare() 463 blocks = size / blocksize; in rpi3_sdhost_prepare() 465 blocks++; in rpi3_sdhost_prepare() 471 mmio_write_32(reg_base + HC_BLOCKCOUNT, blocks); in rpi3_sdhost_prepare()
|
| /tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/ |
| A D | emmc_csl_sd.h | 80 int erase_card(struct sd_handle *handle, uint32_t addr, uint32_t blocks);
|
| /tf-a-ffa_el3_spmc/docs/security_advisories/ |
| A D | security-advisory-tfv-1.rst | 84 INFO("BL1-FWU: Continuing image copy in blocks\n"); 93 blocks over multiple SMCs. ``block_size`` is an SMC argument and therefore
|
| /tf-a-ffa_el3_spmc/docs/components/ |
| A D | firmware-update.rst | 114 in blocks from non-secure to secure memory. 223 block or multiple blocks. In either case, the total size of the image must be 236 When using multiple blocks, the source blocks do not necessarily need to be in
|
| A D | xlat-tables-lib-v2-design.rst | 348 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
|
| /tf-a-ffa_el3_spmc/docs/process/ |
| A D | coding-style.rst | 145 This style applies to all blocks except for functions which, following the Linux
|
| /tf-a-ffa_el3_spmc/docs/getting_started/ |
| A D | porting-guide.rst | 814 CPU-specific linear index into blocks of memory (for example while allocating 834 which can be used as a CPU-specific linear index into blocks of memory. In
|
| /tf-a-ffa_el3_spmc/docs/design/ |
| A D | firmware-design.rst | 2366 Note that publishing an event on a PE blocks until all the subscribed handlers
|
Completed in 26 milliseconds