Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/mtd/nand/
A Dcore.c48 while (block <= end_block) { in nand_read()
49 is_bad = nand_dev.mtd_block_is_bad(block); in nand_read()
59 block++; in nand_read()
73 (block * nb_pages) + page, in nand_read()
90 (block * nb_pages) + page, in nand_read()
109 block++; in nand_read()
117 unsigned int block; in nand_seek_bb() local
123 block = base / nand_dev.block_size; in nand_seek_bb()
128 offset_block = block; in nand_seek_bb()
133 while (block <= offset_block) { in nand_seek_bb()
[all …]
A Dspi_nand.c233 static int spi_nand_mtd_block_is_bad(unsigned int block) in spi_nand_mtd_block_is_bad() argument
240 ret = spi_nand_read_page(block * nbpages_per_block, in spi_nand_mtd_block_is_bad()
249 WARN("Block %i is bad\n", block); in spi_nand_mtd_block_is_bad()
A Draw_nand.c371 static int nand_mtd_block_is_bad(unsigned int block) in nand_mtd_block_is_bad() argument
380 ret = nand_read_page_cmd(block * nbpages_per_block, in nand_mtd_block_is_bad()
390 WARN("Block %u is bad\n", block); in nand_mtd_block_is_bad()
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/
A Duniphier_nand.c77 int page = nand->pages_per_block * block; in uniphier_nand_block_isbad()
84 if (block < ARRAY_SIZE(nand->bbt) && in uniphier_nand_block_isbad()
86 return nand->bbt[block]; in uniphier_nand_block_isbad()
111 if (block < ARRAY_SIZE(nand->bbt)) in uniphier_nand_block_isbad()
112 nand->bbt[block] = is_bad; in uniphier_nand_block_isbad()
170 int block = 0; in __uniphier_nand_read() local
175 ret = uniphier_nand_block_isbad(nand, block); in __uniphier_nand_read()
182 block++; in __uniphier_nand_read()
191 block++; in __uniphier_nand_read()
198 block * pages_per_block + page, in __uniphier_nand_read()
[all …]
/tf-a-ffa_el3_spmc/drivers/amlogic/crypto/
A Dsha_dma.c158 memcpy(ctx->block + ctx->blocksz, data, nr); in asd_sha_update()
165 asd_compute_sha(ctx, ctx->block, SHA256_BLOCKSZ, 0); in asd_sha_update()
174 memcpy(ctx->block + ctx->blocksz, data, nr); in asd_sha_update()
181 asd_compute_sha(ctx, ctx->block, ctx->blocksz, 1); in asd_sha_finalize()
/tf-a-ffa_el3_spmc/docs/components/spd/
A Dtrusty-dispatcher.rst25 can be set to a platform specific parameter block, and ``args->arg2``
26 should then be set to the size of that block.
/tf-a-ffa_el3_spmc/include/drivers/
A Dnand.h31 int (*mtd_block_is_bad)(unsigned int block);
/tf-a-ffa_el3_spmc/include/drivers/amlogic/crypto/
A Dsha_dma.h20 uint8_t block[SHA256_BLOCKSZ]; member
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-1.rst67 * If last block is more than expected then
68 * clip the block to the required image size.
86 /* Copy image for given block size. */
/tf-a-ffa_el3_spmc/drivers/nxp/sd/
A Dsd_mmc.c1251 static int esdhc_read_block(struct mmc *mmc, void *dst, uint32_t block) in esdhc_read_block() argument
1267 offset = block; in esdhc_read_block()
1269 offset = block * mmc->card.block_len; in esdhc_read_block()
1297 static int esdhc_write_block(struct mmc *mmc, void *src, uint32_t block) in esdhc_write_block() argument
1313 offset = block; in esdhc_write_block()
1315 offset = block * mmc->card.block_len; in esdhc_write_block()
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/
A DREADME33 on Boot Source for block copy.
/tf-a-ffa_el3_spmc/lib/zlib/
A Dzutil.h91 void _Cdecl farfree( void *block );
/tf-a-ffa_el3_spmc/docs/components/
A Dfirmware-update.rst216 if (source block is in secure memory) return -ENOMEM
217 if (source block is not mapped into BL1) return -ENOMEM
223 block or multiple blocks. In either case, the total size of the image must be
227 The ``image_addr`` and ``block_size`` specify the source memory block to copy from.
A Dxlat-tables-lib-v2-design.rst357 blocks of that level. For example, for a 4 KiB page size, a level 2 block entry
363 descriptors. If a block entry could be able to describe a translation, but that
364 level does not allow block descriptors, a table descriptor will have to be used
A Dsdei.rst291 - The call will block until the SDEI client completes the event (i.e. when the
/tf-a-ffa_el3_spmc/docs/design_documents/
A Dcmake_framework.rst137 .. code-block:: cmake
/tf-a-ffa_el3_spmc/docs/process/
A Dcontributing.rst136 block a patch, depending on how critical they are.
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst67 block of identity mapped secure memory with Device-nGnRE attributes aligned to
498 Defines the maximum number of registered IO block devices. Attempting to
501 With this macro, multiple block devices could be supported at the same
548 The size of partition block. It could be either 512 bytes or 4096 bytes.
3028 physical block devices, both represented by IO devices with corresponding
3029 drivers. In such a case, the file-system "binding" with the block device may
/tf-a-ffa_el3_spmc/docs/plat/
A Drpi3.rst65 The device tree block is loaded by the VideoCore loader from an appropriate
/tf-a-ffa_el3_spmc/docs/design/
A Dinterrupt-framework-design.rst606 The TSP also programs the Secure Physical Timer in the Arm Generic Timer block
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst1974 - mmc: stm32_sdmmc2: Correctly manage block size
3062 tables instead of a 2MB block.

Completed in 40 milliseconds