Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/io/
H A Dio_block.c259 size_t skip; in block_read() local
291 skip = cur->file_pos & (block_size - 1U); in block_read()
299 if ((skip + left) > buf->length) { in block_read()
313 request = skip + left; in block_read()
319 if (request <= skip) { in block_read()
333 nbytes = request - skip; in block_read()
338 (void *)(buf->offset + skip), in block_read()
371 size_t skip; in block_write() local
404 skip = cur->file_pos & (block_size - 1U); in block_write()
412 if ((skip + left) > buf->length) { in block_write()
[all …]
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/ble/
H A Dble_main.c32 int skip = 0; in exec_ble_main() local
48 ble_plat_setup(&skip); in exec_ble_main()
53 if (skip) in exec_ble_main()
/rk3399_ARM-atf/drivers/scmi-msg/
H A Dbase.c155 if (count > a2p->skip) { in discover_list_protocols()
156 count = MIN((uint32_t)(count - a2p->skip), in discover_list_protocols()
165 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
H A Dbase.h66 uint32_t skip; member
/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_cache.S93 b.lt skip /* skip if no cache or icache */
95 skip: label
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_crypto_lib.c411 size_t skip = 0U; in crypto_verify_signature() local
416 skip = cur->buf.len - bignum_len; in crypto_verify_signature()
422 if (seek + cur->buf.len > sizeof(sig) + skip) { in crypto_verify_signature()
426 memcpy(sig + seek, cur->buf.p + skip, cur->buf.len - skip); in crypto_verify_signature()
/rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/
H A Dplat_marvell.h69 int ble_plat_setup(int *skip);
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst46 Boot rom can skip the current image and choose to boot from next position if a
51 Supported options to implement the skip request are:
67 (``plat/marvell/armada/a8k/a70x0/board/marvell_plat_config.c``), the image skip is
77 skip image request message is printed on the screen and boot rom boots from the
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Dplat_ble_setup.c709 int ble_plat_setup(int *skip) in ble_plat_setup() argument
729 *skip = 1; in ble_plat_setup()
/rk3399_ARM-atf/
H A D.versionrc.cjs74 "skip": {
/rk3399_ARM-atf/plat/allwinner/common/
H A Darisc_off.S29 # it hangs the whole system. So we skip this step for core 0.
/rk3399_ARM-atf/docs/plat/
H A Dallwinner.rst72 can bet set to ``0`` on the build command line, to skip the PMIC setup
/rk3399_ARM-atf/docs/
H A Dchange-log.md277 …- skip paged image info ([803560d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted…
736 …- skip SP discovery through FFA_PARTITION_INFO_GET_REGS ([0fbcef0](https://review.trustedfirmware.…
1009 …- skip spurious id while group0 interrupt handling ([5b10f25](https://review.trustedfirmware.org/p…
1362 …- skip Layerscape makefile for S32 build ([ba3668f](https://review.trustedfirmware.org/plugins/git…
2751 …- skip OP-TEE header check if image base is NULL ([b452e7a](https://review.trustedfirmware.org/plu…
3635 …**See:** skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.o…
4337 …- skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.org/plug…
5452 …- skip console flush if UART is disabled ([b156d7b](https://review.trustedfirmware.org/plugins/git…
7463 …- allow to skip PMIC regulator setup ([67412e4](https://review.trustedfirmware.org/plugins/gitiles…
7761 …- skip TOS_FW_CONFIG if not in FIP ([b706608](https://review.trustedfirmware.org/plugins/gitiles/T…
[all …]
H A Dporting-guide.rst827 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst219 and skip in EL3 due to the additional cost of maintaining large data
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst1366 e.g. skip the action the second time, or undo/redo it.