Searched refs:skip (Results 1 – 15 of 15) sorted by relevance
259 size_t skip; in block_read() local313 request = skip + left; in block_read()319 if (request <= skip) { in block_read()333 nbytes = request - skip; in block_read()371 size_t skip; in block_write() local426 request = skip + left; in block_write()436 nbytes = request - skip; in block_write()453 if (request <= skip) { in block_write()462 nbytes = request - skip; in block_write()472 if (request <= skip) in block_write()[all …]
32 int skip = 0; in exec_ble_main() local48 ble_plat_setup(&skip); in exec_ble_main()53 if (skip) in exec_ble_main()
153 if (count > a2p->skip) { in discover_list_protocols()154 count = MIN(count - a2p->skip, msg->out_size - sizeof(p2a)); in discover_list_protocols()162 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
66 uint32_t skip; member
257 .skip 8 /* AMEVCNTVOFF01_EL2 does not exist */259 .skip 4294 .skip 8 /* AMEVCNTVOFF01_EL2 does not exist */296 .skip 4
69 int ble_plat_setup(int *skip);
401 size_t skip = 0U; in crypto_verify_signature() local406 skip = cur->buf.len - bignum_len; in crypto_verify_signature()412 if (seek + cur->buf.len > sizeof(sig) + skip) { in crypto_verify_signature()416 memcpy(sig + seek, cur->buf.p + skip, cur->buf.len - skip); in crypto_verify_signature()
46 Boot rom can skip the current image and choose to boot from next position if a51 Supported options to implement the skip request are:67 (``plat/marvell/armada/a8k/a70x0/board/marvell_plat_config.c``), the image skip is77 skip image request message is printed on the screen and boot rom boots from the
709 int ble_plat_setup(int *skip) in ble_plat_setup() argument729 *skip = 1; in ble_plat_setup()
29 # it hangs the whole system. So we skip this step for core 0.
70 can bet set to ``0`` on the build command line, to skip the PMIC setup
55 It is expected that this skip EL2 configuration is only needed for NS57 `skip EL2 for Non Secure` config support if this is no longer used.
945 …- allow to skip PMIC regulator setup ([67412e4](https://review.trustedfirmware.org/plugins/gitiles…1243 …- skip TOS_FW_CONFIG if not in FIP ([b706608](https://review.trustedfirmware.org/plugins/gitiles/T…2069 …- do not skip __RW_END__ address during relocation ([4f1a658](https://review.trustedfirmware.org/p…3004 …- do not skip init for crash console ([49c7f0c](https://review.trustedfirmware.org/plugins/gitiles…
1314 e.g. skip the action the second time, or undo/redo it.
749 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK
Completed in 85 milliseconds