Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/io/
A Dio_block.c259 size_t skip; in block_read() local
313 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() local
426 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 …]
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ble/
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()
/tf-a-ffa_el3_spmc/drivers/scmi-msg/
A Dbase.c157 if (count > a2p->skip) { in discover_list_protocols()
158 count = MIN(count - a2p->skip, MAX_PROTOCOL_IN_LIST); in discover_list_protocols()
166 memcpy(outargs + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
A Dbase.h66 uint32_t skip; member
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch64/
A Damu_helpers.S255 .skip 8 /* AMEVCNTVOFF01_EL2 does not exist */
257 .skip 4
292 .skip 8 /* AMEVCNTVOFF01_EL2 does not exist */
294 .skip 4
/tf-a-ffa_el3_spmc/include/plat/marvell/armada/a8k/common/
A Dplat_marvell.h68 int ble_plat_setup(int *skip);
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/
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
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/
A Dplat_ble_setup.c709 int ble_plat_setup(int *skip) in ble_plat_setup() argument
729 *skip = 1; in ble_plat_setup()
/tf-a-ffa_el3_spmc/plat/allwinner/common/
A Darisc_off.S29 # it hangs the whole system. So we skip this step for core 0.
/tf-a-ffa_el3_spmc/docs/design/
A Dfirmware-design.rst1303 e.g. skip the action the second time, or undo/redo it.
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst736 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK

Completed in 30 milliseconds